1 line
4.0 KiB
HTML
1 line
4.0 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/action/cooldown - /tg/ Station 13</title></head><body><header><a href="index.html">/tg/ Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a> — <a href="datum/action/cooldown.html#proc">Proc Details</a></header><main><h1>cooldown <aside>/<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/<a href="datum/action/cooldown.html">cooldown</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L824"><img src="git.png" width="16" height="16" title="code/datums/action.dm 824"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/action/cooldown.html#proc/Activate">Activate</a></th><td>To be implemented by subtypes</td></tr><tr><th><a href="datum/action/cooldown.html#proc/InterceptClickOn">InterceptClickOn</a></th><td>Intercepts client owner clicks to activate the ability</td></tr><tr><th><a href="datum/action/cooldown.html#proc/PreActivate">PreActivate</a></th><td>For signal calling</td></tr><tr><th><a href="datum/action/cooldown.html#proc/StartCooldown">StartCooldown</a></th><td>Starts a cooldown time to be shared with similar abilities, will use default cooldown time if an override is not specified</td></tr><tr><th><a href="datum/action/cooldown.html#proc/StartCooldownSelf">StartCooldownSelf</a></th><td>Starts a cooldown time for this ability only, will use default cooldown time if an override is not specified</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/Activate"><aside class="declaration">proc </aside>Activate<aside>(/<a href="atom.html">atom</a>/target) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L907"><img src="git.png" width="16" height="16" title="code/datums/action.dm 907"></a></aside></h3><p>To be implemented by subtypes</p><h3 id="proc/InterceptClickOn"><aside class="declaration">proc </aside>InterceptClickOn<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/caller, params, /<a href="atom.html">atom</a>/target) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L890"><img src="git.png" width="16" height="16" title="code/datums/action.dm 890"></a></aside></h3><p>Intercepts client owner clicks to activate the ability</p><h3 id="proc/PreActivate"><aside class="declaration">proc </aside>PreActivate<aside>(/<a href="atom.html">atom</a>/target) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L900"><img src="git.png" width="16" height="16" title="code/datums/action.dm 900"></a></aside></h3><p>For signal calling</p><h3 id="proc/StartCooldown"><aside class="declaration">proc </aside>StartCooldown<aside>(override_cooldown_time) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L851"><img src="git.png" width="16" height="16" title="code/datums/action.dm 851"></a></aside></h3><p>Starts a cooldown time to be shared with similar abilities, will use default cooldown time if an override is not specified</p><h3 id="proc/StartCooldownSelf"><aside class="declaration">proc </aside>StartCooldownSelf<aside>(override_cooldown_time) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/action.dm#L862"><img src="git.png" width="16" height="16" title="code/datums/action.dm 862"></a></aside></h3><p>Starts a cooldown time for this ability only, will use default cooldown time if an override is not specified</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e">e8e0068</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html> |