1 line
5.3 KiB
HTML
1 line
5.3 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/gateway - /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/gateway.html#var">Var Details</a></header><main><h1>gateway <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/gateway.html">gateway</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L143"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 143"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/gateway.html#var/destination">destination</a></th><td>This is our own destination, pointing at this gateway</td></tr><tr><th><a href="obj/machinery/gateway.html#var/destination_name">destination_name</a></th><td>Name of the generated destination</td></tr><tr><th><a href="obj/machinery/gateway.html#var/destination_type">destination_type</a></th><td>Type of instanced gateway destination, needs to be subtype of /datum/gateway_destination/gateway</td></tr><tr><th><a href="obj/machinery/gateway.html#var/light_overlay">light_overlay</a></th><td>Overlay of the lights. They light up fully when it charges fully.</td></tr><tr><th><a href="obj/machinery/gateway.html#var/portal">portal</a></th><td>bumper object, the thing that starts actual teleport</td></tr><tr><th><a href="obj/machinery/gateway.html#var/portal_visuals">portal_visuals</a></th><td>Visual object for handling the viscontents</td></tr><tr><th><a href="obj/machinery/gateway.html#var/target">target</a></th><td>This is current active destination</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/destination"><aside class="declaration">var </aside>destination <aside>– /<a href="datum.html">datum</a>/<a href="datum/gateway_destination.html">gateway_destination</a>/<a href="datum/gateway_destination/gateway.html">gateway</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L167"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 167"></a></h3><p>This is our own destination, pointing at this gateway</p><h3 id="var/destination_name"><aside class="declaration">var </aside>destination_name <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L165"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 165"></a></h3><p>Name of the generated destination</p><h3 id="var/destination_type"><aside class="declaration">var </aside>destination_type <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L163"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 163"></a></h3><p>Type of instanced gateway destination, needs to be subtype of /datum/gateway_destination/gateway</p><h3 id="var/light_overlay"><aside class="declaration">var </aside>light_overlay <aside>– /<a href="image.html">image</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L177"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 177"></a></h3><p>Overlay of the lights. They light up fully when it charges fully.</p><h3 id="var/portal"><aside class="declaration">var </aside>portal <aside>– /<a href="obj.html">obj</a>/effect/gateway_portal_bumper</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L171"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 171"></a></h3><p>bumper object, the thing that starts actual teleport</p><h3 id="var/portal_visuals"><aside class="declaration">var </aside>portal_visuals <aside>– /<a href="obj.html">obj</a>/effect/gateway_portal_effect</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L173"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 173"></a></h3><p>Visual object for handling the viscontents</p><h3 id="var/target"><aside class="declaration">var </aside>target <aside>– /<a href="datum.html">datum</a>/<a href="datum/gateway_destination.html">gateway_destination</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/awaymissions/gateway.dm#L169"><img src="git.png" width="16" height="16" title="code/modules/awaymissions/gateway.dm 169"></a></h3><p>This is current active destination</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> |