byond - Modules - TypesDefine Details

code/__DEFINES/nightmare.dm

NIGHTMARE_CTX_GLOBALGlobal Nightmare context: Performs any global game setup
NIGHTMARE_CTX_GROUNDGround Map Context: Performs actions relevant to the ground map
NIGHTMARE_CTX_SHIPShip Map Context: Performs actions relevant to the ship map
NIGHTMARE_TASKFLAG_DISABLEDThis task can not be executed
NIGHTMARE_TASKFLAG_ONESHOTThis task can only be executed once

Define Details

NIGHTMARE_CTX_GLOBAL

Global Nightmare context: Performs any global game setup

NIGHTMARE_CTX_GROUND

Ground Map Context: Performs actions relevant to the ground map

NIGHTMARE_CTX_SHIP

Ship Map Context: Performs actions relevant to the ship map

NIGHTMARE_TASKFLAG_DISABLED

This task can not be executed

NIGHTMARE_TASKFLAG_ONESHOT

This task can only be executed once