mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-26 14:48:03 +01:00
1 line
3.7 KiB
HTML
1 line
3.7 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/effect/mapping_helpers/network_builder - /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/effect/mapping_helpers/network_builder.html#var">Var Details</a> - <a href="obj/effect/mapping_helpers/network_builder.html#proc">Proc Details</a></header><main><h1>network_builder <aside>/<a href="obj.html">obj</a>/<a href="obj/effect/mapping_helpers/network_builder.html">effect/mapping_helpers/network_builder</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm#L3"><img src="git.png" width="16" height="16" title="code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/effect/mapping_helpers/network_builder.html#var/custom_spawned">custom_spawned</a></th><td>set var to true to not del on lateload</td></tr><tr><th><a href="obj/effect/mapping_helpers/network_builder.html#var/network_directions">network_directions</a></th><td>what directions we know connections are in</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/effect/mapping_helpers/network_builder.html#proc/LateInitialize">LateInitialize</a></th><td>How this works: On LateInitialize, detect all directions that this should be applicable to, and do what it needs to do, and then inform all network builders in said directions that it's been around since it won't be around afterwards.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/custom_spawned"><aside class="declaration">var </aside>custom_spawned <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm#L5"><img src="git.png" width="16" height="16" title="code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm 5"></a></h3><p>set var to true to not del on lateload</p><h3 id="var/network_directions"><aside class="declaration">var </aside>network_directions <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm 11"></a></h3><p>what directions we know connections are in</p><h2 id="proc">Proc Details</h2><h3 id="proc/LateInitialize"><aside class="parent"><a title="/atom" href="atom.html#proc/LateInitialize">↑</a></aside>LateInitialize<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed/code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm#L28"><img src="git.png" width="16" height="16" title="code/modules/mapping/mapping_helpers/network_builder/_network_builder.dm 28"></a></aside></h3><p>How this works: On LateInitialize, detect all directions that this should be applicable to, and do what it needs to do, and then inform all network builders in said directions that it's been around since it won't be around afterwards.</p></main><footer>tgstation.dme <a href="https://github.com/evilew/GS13-Citadel/tree/26e2b96b19428762e9aa55b5eca88d72c6c6b7ed">26e2b96</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.9.0</a></footer></body></html> |