SS1984 - Modules - TypesDefine Details

code/__DEFINES/cooldowns.dm

COOLDOWN_BORG_SELF_REPAIRCOOLDOWN SYSTEMS

TIMER COOLDOWN MACROS

TIMER_COOLDOWN_RUNNINGChecks if a timer based cooldown is NOT finished.
TIMER_COOLDOWN_FINISHEDChecks if a timer based cooldown is finished.
COOLDOWN_FINISHEDReturns true if the cooldown has run its course, false otherwise
COOLDOWN_INCREMENTAdds to existing cooldown timer if its started, otherwise starts anew
CLIENT_COOLDOWN_FINISHEDReturns true if the cooldown has run its course, false otherwise

Define Details

CLIENT_COOLDOWN_FINISHED

Returns true if the cooldown has run its course, false otherwise

COOLDOWN_BORG_SELF_REPAIR

COOLDOWN SYSTEMS

COOLDOWN_FINISHED

Returns true if the cooldown has run its course, false otherwise

COOLDOWN_INCREMENT

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

TIMER_COOLDOWN_FINISHED

Checks if a timer based cooldown is finished.

TIMER_COOLDOWN_RUNNING

Checks if a timer based cooldown is NOT finished.