Space Station 13 - Modules - TypesDefine Details

code/__DEFINES/tg_cooldowns.dm

MOB_SHARED_COOLDOWN_1COOLDOWN SYSTEMS
TIMER_COOLDOWN_RUNNINGChecks if a timer based cooldown is NOT finished.
TIMER_COOLDOWN_FINISHEDChecks if a timer based cooldown is finished.
COOLDOWN_INCREMENTadds to existing cooldown timer if its started, otherwise starts anew

Define Details

COOLDOWN_INCREMENT

adds to existing cooldown timer if its started, otherwise starts anew

MOB_SHARED_COOLDOWN_1

COOLDOWN SYSTEMS

TIMER_COOLDOWN_FINISHED

Checks if a timer based cooldown is finished.

TIMER_COOLDOWN_RUNNING

Checks if a timer based cooldown is NOT finished.