1 line
5.0 KiB
HTML
1 line
5.0 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/pod - /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="obj/machinery/computer/pod.html#var">Var Details</a> - <a href="obj/machinery/computer/pod.html#proc">Proc Details</a></header><main><h1>pod <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/pod.html">computer/pod</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L1"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/connected">connected</a></th><td>Connected mass driver</td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/id">id</a></th><td>ID of the launch control</td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/massdriver_countdown">massdriver_countdown</a></th><td>Countdown timer for the mass driver's delayed launch functionality.</td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/range">range</a></th><td>Range in which we search for a mass drivers and poddoors nearby</td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/time">time</a></th><td>Time before auto launch</td></tr><tr><th><a href="obj/machinery/computer/pod.html#var/timing">timing</a></th><td>If the launch timer counts down</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/pod.html#proc/alarm">alarm</a></th><td>Initiates launching sequence by checking if all components are functional, opening poddoors, firing mass drivers and then closing poddoors</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/connected"><aside class="declaration">var </aside>connected <aside>– /<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/mass_driver</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L6"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 6"></a></h3><p>Connected mass driver</p><h3 id="var/id"><aside class="declaration">var </aside>id <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L8"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 8"></a></h3><p>ID of the launch control</p><h3 id="var/massdriver_countdown"><aside class="declaration">var </aside>massdriver_countdown <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L16"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 16"></a></h3><p>Countdown timer for the mass driver's delayed launch functionality.</p><h3 id="var/range"><aside class="declaration">var </aside>range <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L14"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 14"></a></h3><p>Range in which we search for a mass drivers and poddoors nearby</p><h3 id="var/time"><aside class="declaration">var </aside>time <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L12"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 12"></a></h3><p>Time before auto launch</p><h3 id="var/timing"><aside class="declaration">var </aside>timing <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L10"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 10"></a></h3><p>If the launch timer counts down</p><h2 id="proc">Proc Details</h2><h3 id="proc/alarm"><aside class="declaration">proc </aside>alarm<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/pod.dm#L36"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/pod.dm 36"></a></aside></h3><p>Initiates launching sequence by checking if all components are functional, opening poddoors, firing mass drivers and then closing poddoors</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> |