mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
1 line
3.3 KiB
HTML
1 line
3.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/tg_cooldowns.dm - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="code/__DEFINES/tg_cooldowns.html#define">Define Details</a></header><main><h1>code/__DEFINES/tg_cooldowns.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/tg_cooldowns.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/tg_cooldowns.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/tg_cooldowns.html#define/MOB_SHARED_COOLDOWN_1">MOB_SHARED_COOLDOWN_1</a></th><td>COOLDOWN SYSTEMS</td></tr><tr><th><a href="code/__DEFINES/tg_cooldowns.html#define/TIMER_COOLDOWN_RUNNING">TIMER_COOLDOWN_RUNNING</a></th><td>Checks if a timer based cooldown is NOT finished.</td></tr><tr><th><a href="code/__DEFINES/tg_cooldowns.html#define/TIMER_COOLDOWN_FINISHED">TIMER_COOLDOWN_FINISHED</a></th><td>Checks if a timer based cooldown is finished.</td></tr><tr><th><a href="code/__DEFINES/tg_cooldowns.html#define/COOLDOWN_INCREMENT">COOLDOWN_INCREMENT</a></th><td>adds to existing cooldown timer if its started, otherwise starts anew</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/COOLDOWN_INCREMENT"><aside class="declaration">#define </aside>COOLDOWN_INCREMENT<aside>(cd_source, cd_index, cd_increment)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/tg_cooldowns.dm#L87"><img src="git.png" width="16" height="16" title="code/__DEFINES/tg_cooldowns.dm 87"></a></h3><p>adds to existing cooldown timer if its started, otherwise starts anew</p><h3 id="define/MOB_SHARED_COOLDOWN_1"><aside class="declaration">#define </aside>MOB_SHARED_COOLDOWN_1 <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/tg_cooldowns.dm#L31"><img src="git.png" width="16" height="16" title="code/__DEFINES/tg_cooldowns.dm 31"></a></h3><p>COOLDOWN SYSTEMS</p><h3 id="define/TIMER_COOLDOWN_FINISHED"><aside class="declaration">#define </aside>TIMER_COOLDOWN_FINISHED<aside>(cd_source, cd_index)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/tg_cooldowns.dm#L51"><img src="git.png" width="16" height="16" title="code/__DEFINES/tg_cooldowns.dm 51"></a></h3><p>Checks if a timer based cooldown is finished.</p><h3 id="define/TIMER_COOLDOWN_RUNNING"><aside class="declaration">#define </aside>TIMER_COOLDOWN_RUNNING<aside>(cd_source, cd_index)</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/tg_cooldowns.dm#L48"><img src="git.png" width="16" height="16" title="code/__DEFINES/tg_cooldowns.dm 48"></a></h3><p>Checks if a timer based cooldown is NOT finished.</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html> |