byond - Modules - TypesDefine Details

code/game/objects/machinery/overwatch/_overwatch.dm

MAX_COMMAND_MESSAGE_LENGTHThe maximum length we should use for sending messages with stuff like message_member, message_squad etc.
OVERWATCH_ON_MONITOROverwatch is on monitor mode
OVERWATCH_SORT_BY_HEALTHSort squad list by health status
OVERWATCH_HIDE_DEADwhether or not we show the dead marines in the squad
OVERWATCH_BUSYThe overwatch computer is busy doing something

Define Details

MAX_COMMAND_MESSAGE_LENGTH

The maximum length we should use for sending messages with stuff like message_member, message_squad etc.

OVERWATCH_BUSY

The overwatch computer is busy doing something

OVERWATCH_HIDE_DEAD

whether or not we show the dead marines in the squad

OVERWATCH_ON_MONITOR

Overwatch is on monitor mode

OVERWATCH_SORT_BY_HEALTH

Sort squad list by health status