Cogscript Flags
HexDecPurpose
none
Cog runs only on the server, effects are synced, and event messages are forwarded.
0x11Cog debug messages will be printed.
0x22Cog is disabled.
0x44Cog has an active pulse.
0x88Cog has an active timer.
0x1016Cog is paused and will receive messages, but not handle them.
0x2032Unknown. Default flag for all class cogs.
0x4064Cog will run locally on each computer. Default flag for all item and class cogs.
0x80128MotS only: Cog will not be given the default 0x40 Cog Flag.
0x100256Unknown.
0x200512Cog does not send syncing information to other computers.