mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
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/component/effect_remover - 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="datum/component/effect_remover.html#var">Var Details</a></header><main><h1>effect_remover <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/effect_remover.html">effect_remover</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L5"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 5"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/effect_remover.html#var/effects_we_clear">effects_we_clear</a></th><td>A typecache of all effects we can clear with our item.</td></tr><tr><th><a href="datum/component/effect_remover.html#var/on_clear_callback">on_clear_callback</a></th><td>Callback invoked with removal is done.</td></tr><tr><th><a href="datum/component/effect_remover.html#var/success_feedback">success_feedback</a></th><td>Line sent to the user on successful removal.</td></tr><tr><th><a href="datum/component/effect_remover.html#var/success_forcesay">success_forcesay</a></th><td>Line forcesaid by the user on successful removal.</td></tr><tr><th><a href="datum/component/effect_remover.html#var/time_to_remove">time_to_remove</a></th><td>If above 0, how long it takes while standing still to remove the effect.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/effects_we_clear"><aside class="declaration">var </aside>effects_we_clear <aside>– /list/<a href="obj.html">obj</a>/effect</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L14"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 14"></a></h3><p>A typecache of all effects we can clear with our item.</p><h3 id="var/on_clear_callback"><aside class="declaration">var </aside>on_clear_callback <aside>– /<a href="datum.html">datum</a>/callback</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 12"></a></h3><p>Callback invoked with removal is done.</p><h3 id="var/success_feedback"><aside class="declaration">var </aside>success_feedback <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L8"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 8"></a></h3><p>Line sent to the user on successful removal.</p><h3 id="var/success_forcesay"><aside class="declaration">var </aside>success_forcesay <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L10"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 10"></a></h3><p>Line forcesaid by the user on successful removal.</p><h3 id="var/time_to_remove"><aside class="declaration">var </aside>time_to_remove <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/datums/components/effect_remover.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/components/effect_remover.dm 16"></a></h3><p>If above 0, how long it takes while standing still to remove the effect.</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> |