3 lines
6.6 KiB
HTML
3 lines
6.6 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/component/killerqueen - /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/component/killerqueen.html#var">Var Details</a></header><main><h1>killerqueen <aside>/<a href="datum.html">datum</a>/<a href="datum/component.html">component</a>/<a href="datum/component/killerqueen.html">killerqueen</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L7"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 7"></a></h1><p>KILLER QUEEN</p>
|
||
<p>Simple contact bomb component
|
||
Blows up the first person to touch it.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/component/killerqueen.html#var/dev">dev</a></th><td>dev explosion radius</td></tr><tr><th><a href="datum/component/killerqueen.html#var/ex_strength">ex_strength</a></th><td>strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default).</td></tr><tr><th><a href="datum/component/killerqueen.html#var/examine_message">examine_message</a></th><td>examine message</td></tr><tr><th><a href="datum/component/killerqueen.html#var/exploded">exploded</a></th><td>did we explode</td></tr><tr><th><a href="datum/component/killerqueen.html#var/failure">failure</a></th><td>callback to invoke with (parent) when deleting without an explosion</td></tr><tr><th><a href="datum/component/killerqueen.html#var/flame">flame</a></th><td>flame explosion radius</td></tr><tr><th><a href="datum/component/killerqueen.html#var/heavy">heavy</a></th><td>heavy explosion radius</td></tr><tr><th><a href="datum/component/killerqueen.html#var/light">light</a></th><td>light explosion radius</td></tr><tr><th><a href="datum/component/killerqueen.html#var/living_only">living_only</a></th><td>only triggered by living mobs</td></tr><tr><th><a href="datum/component/killerqueen.html#var/pre_explode">pre_explode</a></th><td>callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/dev"><aside class="declaration">var </aside>dev <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L24"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 24"></a></h3><p>dev explosion radius</p><h3 id="var/ex_strength"><aside class="declaration">var </aside>ex_strength <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L10"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 10"></a></h3><p>strength of explosion on the touch-er. 0 to disable. usually only used if the normal explosion is disabled (this is the default).</p><h3 id="var/examine_message"><aside class="declaration">var </aside>examine_message <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L18"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 18"></a></h3><p>examine message</p><h3 id="var/exploded"><aside class="declaration">var </aside>exploded <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L16"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 16"></a></h3><p>did we explode</p><h3 id="var/failure"><aside class="declaration">var </aside>failure <aside>– /<a href="datum.html">datum</a>/<a href="datum/callback.html">callback</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L14"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 14"></a></h3><p>callback to invoke with (parent) when deleting without an explosion</p><h3 id="var/flame"><aside class="declaration">var </aside>flame <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L26"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 26"></a></h3><p>flame explosion radius</p><h3 id="var/heavy"><aside class="declaration">var </aside>heavy <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L22"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 22"></a></h3><p>heavy explosion radius</p><h3 id="var/light"><aside class="declaration">var </aside>light <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L20"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 20"></a></h3><p>light explosion radius</p><h3 id="var/living_only"><aside class="declaration">var </aside>living_only <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L28"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 28"></a></h3><p>only triggered by living mobs</p><h3 id="var/pre_explode"><aside class="declaration">var </aside>pre_explode <aside>– /<a href="datum.html">datum</a>/<a href="datum/callback.html">callback</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/datums/components/killerqueen.dm#L12"><img src="git.png" width="16" height="16" title="code/datums/components/killerqueen.dm 12"></a></h3><p>callback to invoke with (parent, victim) before standard detonation - useful for losing a reference to this component or implementing custom behavior. return FALSE to prevent explosion.</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> |