Cogscript Flags |
Hex | Dec | Purpose |
none | Cog runs only on the server, effects are synced, and event messages are forwarded. |
0x1 | 1 | Cog debug messages will be printed. |
0x2 | 2 | Cog is disabled. |
0x4 | 4 | Cog has an active pulse. |
0x8 | 8 | Cog has an active timer. |
0x10 | 16 | Cog is paused and will receive messages, but not handle them. |
0x20 | 32 | Unknown. Default flag for all class cogs. |
0x40 | 64 | Cog will run locally on each computer. Default flag for all item and class cogs. |
0x80 | 128 | MotS only: Cog will not be given the default 0x40 Cog Flag. |
0x100 | 256 | Unknown. |
0x200 | 512 | Cog does not send syncing information to other computers. |