code/__DEFINES/observers.dm 
GHOST_NOTIFY_IGNORE_MAPLOAD | Determines if the notification will not run if called during mapload. |
---|---|
GHOST_NOTIFY_FLASH_WINDOW | Determines if the notification will flash the Byond window. |
GHOST_NOTIFY_NOTIFY_SUICIDERS | Determines if the notification will notify suiciders. |
NOTIFY_CATEGORY_DEFAULT | The default set of flags to be passed into a notify_ghosts call. |
NOTIFY_CATEGORY_NOFLASH | The default set of flags, without the flash_window flag. |
Define Details
GHOST_NOTIFY_FLASH_WINDOW 
Determines if the notification will flash the Byond window.
GHOST_NOTIFY_IGNORE_MAPLOAD 
Determines if the notification will not run if called during mapload.
GHOST_NOTIFY_NOTIFY_SUICIDERS 
Determines if the notification will notify suiciders.
NOTIFY_CATEGORY_DEFAULT 
The default set of flags to be passed into a notify_ghosts call.
NOTIFY_CATEGORY_NOFLASH 
The default set of flags, without the flash_window flag.