Files
2025-02-05 06:19:18 +00:00

9 lines
4.9 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/antagonist/ninja - /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/antagonist/ninja.html#var">Var Details</a> - <a href="datum/antagonist/ninja.html#proc">Proc Details</a></header><main><h1>ninja <aside>/<a href="datum.html">datum</a>/<a href="datum/antagonist.html">antagonist</a>/<a href="datum/antagonist/ninja.html">ninja</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/antagonist/ninja.html#var/give_equipment">give_equipment</a></th><td>Whether or not this ninja receives the standard equipment</td></tr><tr><th><a href="datum/antagonist/ninja.html#var/give_objectives">give_objectives</a></th><td>Whether or not this ninja will obtain objectives</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/antagonist/ninja.html#proc/addMemories">addMemories</a></th><td>Proc that adds the proper memories to the antag datum</td></tr><tr><th><a href="datum/antagonist/ninja.html#proc/addObjectives">addObjectives</a></th><td>Proc that adds all the ninja's objectives to the antag datum.</td></tr><tr><th><a href="datum/antagonist/ninja.html#proc/equip_space_ninja">equip_space_ninja</a></th><td>Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/give_equipment"><aside class="declaration">var </aside>give_equipment <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 13"></a></h3><p>Whether or not this ninja receives the standard equipment</p><h3 id="var/give_objectives"><aside class="declaration">var </aside>give_objectives <aside> </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 11"></a></h3><p>Whether or not this ninja will obtain objectives</p><h2 id="proc">Proc Details</h2><h3 id="proc/addMemories"><aside class="declaration">proc </aside>addMemories<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L42"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 42"></a></aside></h3><p>Proc that adds the proper memories to the antag datum</p>
<p>Proc that adds the ninja starting memories to the owner of the antagonist datum.</p><h3 id="proc/addObjectives"><aside class="declaration">proc </aside>addObjectives<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L67"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 67"></a></aside></h3><p>Proc that adds all the ninja's objectives to the antag datum.</p>
<p>Proc that adds all the ninja's objectives to the antag datum. Called when the datum is gained.</p><h3 id="proc/equip_space_ninja"><aside class="declaration">proc </aside>equip_space_ninja<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/<a href="mob/living/carbon.html">carbon</a>/<a href="mob/living/carbon/human.html">human</a>/ninja) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/antagonists/space_ninja/space_ninja.dm#L34"><img src="git.png" width="16" height="16" title="code/modules/antagonists/space_ninja/space_ninja.dm 34"></a></aside></h3><p>Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum.</p>
<p>Proc that equips the space ninja outfit on a given individual. By default this is the owner of the antagonist datum.
Arguments:</p>
<ul>
<li>ninja - The human to receive the gear</li>
<li>Returns a proc call on the given human which will equip them with all the gear.</li>
</ul></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>