code/__DEFINES/cooldowns.dm 
| COOLDOWN_BORG_SELF_REPAIR | COOLDOWN SYSTEMS |
|---|---|
TIMER COOLDOWN MACROS | |
| TIMER_COOLDOWN_RUNNING | Checks if a timer based cooldown is NOT finished. |
| TIMER_COOLDOWN_FINISHED | Checks if a timer based cooldown is finished. |
| 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 |
| CLIENT_COOLDOWN_FINISHED | Returns 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.