code/__DEFINES/cooldowns.dm ![code/__DEFINES/cooldowns.dm0](git.png)
COOLDOWN_BORG_SELF_REPAIR | COOLDOWN SYSTEMS |
---|---|
TIMER_COOLDOWN_RUNNING | Checks if a timer based cooldown is NOT finished. |
TIMER_COOLDOWN_FINISHED | Checks if a timer based cooldown is finished. |
COOLDOWN_INCREMENT | adds to existing cooldown timer if its started, otherwise starts anew |
Define Details
COOLDOWN_BORG_SELF_REPAIR ![code/__DEFINES/cooldowns.dm 29](git.png)
COOLDOWN SYSTEMS
COOLDOWN_INCREMENT ![code/__DEFINES/cooldowns.dm 121](git.png)
adds to existing cooldown timer if its started, otherwise starts anew
TIMER_COOLDOWN_FINISHED ![code/__DEFINES/cooldowns.dm 82](git.png)
Checks if a timer based cooldown is finished.
TIMER_COOLDOWN_RUNNING ![code/__DEFINES/cooldowns.dm 79](git.png)
Checks if a timer based cooldown is NOT finished.