code/__defines/MC.dm
DPC_FORBID_FLAGS | These are the flags forbidden when putting zero-wait timers on SSdpc instead of SStimer. |
---|---|
UDPC_FORBID_FLAGS | These are the flags forbidden when putting zero-wait TIMER_UNIQUE timers on SSdpc instead of SStimer. |
addtimer | Create a new timer and add it to the queue. |
Define Details
DPC_FORBID_FLAGS
These are the flags forbidden when putting zero-wait timers on SSdpc instead of SStimer.
UDPC_FORBID_FLAGS
These are the flags forbidden when putting zero-wait TIMER_UNIQUE timers on SSdpc instead of SStimer.
addtimer
Create a new timer and add it to the queue.
- Arguments:
-
- callback the callback to call on timer finish
-
- wait deciseconds to run the timer for
-
- flags flags for this timer, see: code__DEFINES\subsystems.dm