Deploying to gh-pages from @ e8e0068531 🚀
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/camera_advanced - /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/camera_advanced.html#var">Var Details</a></header><main><h1>camera_advanced <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/camera_advanced.html">computer/camera_advanced</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera_advanced.dm#L1"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera_advanced.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/camera_advanced.html#var/actions">actions</a></th><td>List of all actions to give to a user when they're well, granted actions</td></tr><tr><th><a href="obj/machinery/computer/camera_advanced.html#var/jump_action">jump_action</a></th><td>Typepath for jumping</td></tr><tr><th><a href="obj/machinery/computer/camera_advanced.html#var/off_action">off_action</a></th><td>Typepath of the action button we use as "off"
|
||||
It's a typepath so subtypes can give it fun new names</td></tr><tr><th><a href="obj/machinery/computer/camera_advanced.html#var/should_supress_view_changes">should_supress_view_changes</a></th><td>Should we supress any view changes?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/actions"><aside class="declaration">var </aside>actions <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera_advanced.dm#L20"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera_advanced.dm 20"></a></h3><p>List of all actions to give to a user when they're well, granted actions</p><h3 id="var/jump_action"><aside class="declaration">var </aside>jump_action <aside>– /<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/innate/camera_jump</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera_advanced.dm#L17"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera_advanced.dm 17"></a></h3><p>Typepath for jumping</p><h3 id="var/off_action"><aside class="declaration">var </aside>off_action <aside>– /<a href="datum.html">datum</a>/<a href="datum/action.html">action</a>/innate/camera_off</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera_advanced.dm#L15"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera_advanced.dm 15"></a></h3><p>Typepath of the action button we use as "off"
|
||||
It's a typepath so subtypes can give it fun new names</p><h3 id="var/should_supress_view_changes"><aside class="declaration">var </aside>should_supress_view_changes <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera_advanced.dm#L22"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera_advanced.dm 22"></a></h3><p>Should we supress any view changes?</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>
|
||||
@@ -0,0 +1,3 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/camera_advanced/base_construction - /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/camera_advanced/base_construction.html#proc">Proc Details</a></header><main><h1>base_construction <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/camera_advanced.html">computer/camera_advanced</a>/<a href="obj/machinery/computer/camera_advanced/base_construction.html">base_construction</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mining/aux_base_camera.dm#L36"><img src="git.png" width="16" height="16" title="code/modules/mining/aux_base_camera.dm 36"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/camera_advanced/base_construction.html#proc/populate_actions_list">populate_actions_list</a></th><td>Fill the construction_actios list with actions</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/populate_actions_list"><aside class="declaration">proc </aside>populate_actions_list<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/mining/aux_base_camera.dm#L77"><img src="git.png" width="16" height="16" title="code/modules/mining/aux_base_camera.dm 77"></a></aside></h3><p>Fill the construction_actios list with actions</p>
|
||||
<p>Instantiate each action object that we'll be giving to users of
|
||||
this console, and put it in the actions list</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/camera_advanced/shuttle_docker - /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/camera_advanced/shuttle_docker.html#var">Var Details</a> - <a href="obj/machinery/computer/camera_advanced/shuttle_docker.html#proc">Proc Details</a></header><main><h1>shuttle_docker <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/camera_advanced.html">computer/camera_advanced</a>/<a href="obj/machinery/computer/camera_advanced/shuttle_docker.html">shuttle_docker</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/navigation_computer.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/shuttle/navigation_computer.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/camera_advanced/shuttle_docker.html#var/jump_to_ports">jump_to_ports</a></th><td>Hashset of ports to jump to and ignore for collision purposes</td></tr><tr><th><a href="obj/machinery/computer/camera_advanced/shuttle_docker.html#var/my_port">my_port</a></th><td>The custom docking port placed by this console</td></tr><tr><th><a href="obj/machinery/computer/camera_advanced/shuttle_docker.html#var/shuttle_port">shuttle_port</a></th><td>The mobile docking port of the connected shuttle</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/camera_advanced/shuttle_docker.html#proc/set_init_ports">set_init_ports</a></th><td>"Initializes" any default port ids we have, done so add_jumpable_port can be a proper setter</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/jump_to_ports"><aside class="declaration">var </aside>jump_to_ports <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/navigation_computer.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/shuttle/navigation_computer.dm 11"></a></h3><p>Hashset of ports to jump to and ignore for collision purposes</p><h3 id="var/my_port"><aside class="declaration">var </aside>my_port <aside>– /<a href="obj.html">obj</a>/<a href="obj/docking_port.html">docking_port</a>/stationary</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/navigation_computer.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/shuttle/navigation_computer.dm 13"></a></h3><p>The custom docking port placed by this console</p><h3 id="var/shuttle_port"><aside class="declaration">var </aside>shuttle_port <aside>– /<a href="obj.html">obj</a>/<a href="obj/docking_port.html">docking_port</a>/<a href="obj/docking_port/mobile.html">mobile</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/navigation_computer.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/shuttle/navigation_computer.dm 15"></a></h3><p>The mobile docking port of the connected shuttle</p><h2 id="proc">Proc Details</h2><h3 id="proc/set_init_ports"><aside class="declaration">proc </aside>set_init_ports<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/navigation_computer.dm#L61"><img src="git.png" width="16" height="16" title="code/modules/shuttle/navigation_computer.dm 61"></a></aside></h3><p>"Initializes" any default port ids we have, done so add_jumpable_port can be a proper setter</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/cargo - /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/cargo.html#var">Var Details</a></header><main><h1>cargo <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/cargo.html">computer/cargo</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.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/cargo.html#var/can_approve_requests">can_approve_requests</a></th><td>Can you approve requests placed for cargo? Works differently between the app and the computer.</td></tr><tr><th><a href="obj/machinery/computer/cargo.html#var/can_send">can_send</a></th><td>Can the supply console send the shuttle back and forth? Used in the UI backend.</td></tr><tr><th><a href="obj/machinery/computer/cargo.html#var/is_express">is_express</a></th><td>var that makes express console use rockets</td></tr><tr><th><a href="obj/machinery/computer/cargo.html#var/message_cooldown">message_cooldown</a></th><td>var that tracks message cooldown</td></tr><tr><th><a href="obj/machinery/computer/cargo.html#var/radio">radio</a></th><td>radio used by the console to send messages on supply channel</td></tr><tr><th><a href="obj/machinery/computer/cargo.html#var/requestonly">requestonly</a></th><td>Can this console only send requests?</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/can_approve_requests"><aside class="declaration">var </aside>can_approve_requests <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 13"></a></h3><p>Can you approve requests placed for cargo? Works differently between the app and the computer.</p><h3 id="var/can_send"><aside class="declaration">var </aside>can_send <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 9"></a></h3><p>Can the supply console send the shuttle back and forth? Used in the UI backend.</p><h3 id="var/is_express"><aside class="declaration">var </aside>is_express <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L26"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 26"></a></h3><p>var that makes express console use rockets</p><h3 id="var/message_cooldown"><aside class="declaration">var </aside>message_cooldown <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 23"></a></h3><p>var that tracks message cooldown</p><h3 id="var/radio"><aside class="declaration">var </aside>radio <aside>– /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/radio/headset</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L21"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 21"></a></h3><p>radio used by the console to send messages on supply channel</p><h3 id="var/requestonly"><aside class="declaration">var </aside>requestonly <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/cargo/console.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/cargo/console.dm 11"></a></h3><p>Can this console only send requests?</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>
|
||||
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/communications - /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/communications.html#var">Var Details</a> - <a href="obj/machinery/computer/communications.html#proc">Proc Details</a></header><main><h1>communications <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/communications.html">computer/communications</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L10"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 10"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/alert_level_tick">alert_level_tick</a></th><td>How many times the alert level has been changed
|
||||
Used to clear the modal to change alert level</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/authorize_access">authorize_access</a></th><td>The access that the card had on login</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/authorize_name">authorize_name</a></th><td>The name of the user who logged in</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/cyborg_state">cyborg_state</a></th><td>The current state of the UI for AIs</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/important_action_cooldown">important_action_cooldown</a></th><td>Cooldown for important actions, such as messaging CentCom or other sectors</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/last_status_display">last_status_display</a></th><td>The last lines used for changing the status display</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/messages">messages</a></th><td>The messages this console has been sent</td></tr><tr><th><a href="obj/machinery/computer/communications.html#var/state">state</a></th><td>The current state of the UI</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/authenticated">authenticated</a></th><td>Are we a silicon, OR logged in?</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/authenticated_as_non_silicon_captain">authenticated_as_non_silicon_captain</a></th><td>Are we NOT a silicon, AND we're logged in as the captain?</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/authenticated_as_silicon_or_captain">authenticated_as_silicon_or_captain</a></th><td>Are we a silicon, OR we're logged in as the captain?</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/can_buy_shuttles">can_buy_shuttles</a></th><td>Returns TRUE if the user can buy shuttles.
|
||||
If they cannot, returns FALSE or a string detailing why.</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/emergency_meeting">emergency_meeting</a></th><td>Call an emergency meeting</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/has_communication">has_communication</a></th><td>Returns whether or not the communications console can communicate with the station</td></tr><tr><th><a href="obj/machinery/computer/communications.html#proc/override_cooldown">override_cooldown</a></th><td>Override the cooldown for special actions
|
||||
Used in places such as CentCom messaging back so that the crew can answer right away</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/alert_level_tick"><aside class="declaration">var </aside>alert_level_tick <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L39"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 39"></a></h3><p>How many times the alert level has been changed
|
||||
Used to clear the modal to change alert level</p><h3 id="var/authorize_access"><aside class="declaration">var </aside>authorize_access <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L32"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 32"></a></h3><p>The access that the card had on login</p><h3 id="var/authorize_name"><aside class="declaration">var </aside>authorize_name <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L29"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 29"></a></h3><p>The name of the user who logged in</p><h3 id="var/cyborg_state"><aside class="declaration">var </aside>cyborg_state <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L26"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 26"></a></h3><p>The current state of the UI for AIs</p><h3 id="var/important_action_cooldown"><aside class="declaration">var </aside>important_action_cooldown <aside>– /static</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L20"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 20"></a></h3><p>Cooldown for important actions, such as messaging CentCom or other sectors</p><h3 id="var/last_status_display"><aside class="declaration">var </aside>last_status_display <aside>– /static</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L44"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 44"></a></h3><p>The last lines used for changing the status display</p><h3 id="var/messages"><aside class="declaration">var </aside>messages <aside>– /list/datum/comm_message</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L35"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 35"></a></h3><p>The messages this console has been sent</p><h3 id="var/state"><aside class="declaration">var </aside>state <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L23"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 23"></a></h3><p>The current state of the UI</p><h2 id="proc">Proc Details</h2><h3 id="proc/authenticated"><aside class="declaration">proc </aside>authenticated<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L67"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 67"></a></aside></h3><p>Are we a silicon, OR logged in?</p><h3 id="proc/authenticated_as_non_silicon_captain"><aside class="declaration">proc </aside>authenticated_as_non_silicon_captain<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L50"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 50"></a></aside></h3><p>Are we NOT a silicon, AND we're logged in as the captain?</p><h3 id="proc/authenticated_as_silicon_or_captain"><aside class="declaration">proc </aside>authenticated_as_silicon_or_captain<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L61"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 61"></a></aside></h3><p>Are we a silicon, OR we're logged in as the captain?</p><h3 id="proc/can_buy_shuttles"><aside class="declaration">proc </aside>can_buy_shuttles<aside>(/<a href="mob.html">mob</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L507"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 507"></a></aside></h3><p>Returns TRUE if the user can buy shuttles.
|
||||
If they cannot, returns FALSE or a string detailing why.</p><h3 id="proc/emergency_meeting"><aside class="declaration">proc </aside>emergency_meeting<aside>(/<a href="mob.html">mob</a>/<a href="mob/living.html">living</a>/user) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L537"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 537"></a></aside></h3><p>Call an emergency meeting</p>
|
||||
<p>Comm Console wrapper for the Communications subsystem wrapper for the call_emergency_meeting world proc.
|
||||
Checks to make sure the proc can be called, and handles relevant feedback, logging and timing.
|
||||
See the SScommunications proc definition for more detail, in short, teleports the entire crew to
|
||||
the bridge for a meetup. Should only really happen during april fools.
|
||||
Arguments:</p>
|
||||
<ul>
|
||||
<li>user - Mob who called the meeting</li>
|
||||
</ul><h3 id="proc/has_communication"><aside class="declaration">proc </aside>has_communication<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L494"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 494"></a></aside></h3><p>Returns whether or not the communications console can communicate with the station</p><h3 id="proc/override_cooldown"><aside class="declaration">proc </aside>override_cooldown<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/communications.dm#L584"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/communications.dm 584"></a></aside></h3><p>Override the cooldown for special actions
|
||||
Used in places such as CentCom messaging back so that the crew can answer right away</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/cryopod - /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/cryopod.html#var">Var Details</a></header><main><h1>cryopod <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/cryopod.html">computer/cryopod</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/cryopod.dm#L14"><img src="git.png" width="16" height="16" title="code/game/machinery/cryopod.dm 14"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/cryopod.html#var/allow_items">allow_items</a></th><td>Does this console store items? if NOT, will dump all items when the user cryo's instead</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/allow_items"><aside class="declaration">var </aside>allow_items <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/cryopod.dm#L30"><img src="git.png" width="16" height="16" title="code/game/machinery/cryopod.dm 30"></a></h3><p>Does this console store items? if NOT, will dump all items when the user cryo's instead</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/piratepad_control - /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/piratepad_control.html#var">Var Details</a></header><main><h1>piratepad_control <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/piratepad_control.html">computer/piratepad_control</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/events/pirates.dm#L280"><img src="git.png" width="16" height="16" title="code/modules/events/pirates.dm 280"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/piratepad_control.html#var/pad_ref">pad_ref</a></th><td>Reference to the specific pad that the control computer is linked up to.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/pad_ref"><aside class="declaration">var </aside>pad_ref <aside>– /<a href="datum.html">datum</a>/weakref</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/events/pirates.dm#L293"><img src="git.png" width="16" height="16" title="code/modules/events/pirates.dm 293"></a></h3><p>Reference to the specific pad that the control computer is linked up to.</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/piratepad_control/civilian - /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/piratepad_control/civilian.html#proc">Proc Details</a></header><main><h1>civilian <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/piratepad_control.html">computer/piratepad_control</a>/<a href="obj/machinery/computer/piratepad_control/civilian.html">civilian</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L10"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 10"></a></h1><p>Computer for assigning new civilian bounties, and sending bounties for collection.</p><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/piratepad_control/civilian.html#proc/add_bounties">add_bounties</a></th><td>Here is where cargo bounties are added to the player's bank accounts, then adjusted and scaled into a civilian bounty.</td></tr><tr><th><a href="obj/machinery/computer/piratepad_control/civilian.html#proc/id_eject">id_eject</a></th><td>Removes A stored ID card.</td></tr><tr><th><a href="obj/machinery/computer/piratepad_control/civilian.html#proc/id_insert">id_insert</a></th><td>Self explanitory, holds the ID card inthe console for bounty payout and manipulation.</td></tr><tr><th><a href="obj/machinery/computer/piratepad_control/civilian.html#proc/send">send</a></th><td>This fully rewrites base behavior in order to only check for bounty objects, and nothing else.</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/add_bounties"><aside class="declaration">proc </aside>add_bounties<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L111"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 111"></a></aside></h3><p>Here is where cargo bounties are added to the player's bank accounts, then adjusted and scaled into a civilian bounty.</p><h3 id="proc/id_eject"><aside class="declaration">proc </aside>id_eject<aside>(/<a href="mob.html">mob</a>/user, /<a href="obj.html">obj</a>/target) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L218"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 218"></a></aside></h3><p>Removes A stored ID card.</p><h3 id="proc/id_insert"><aside class="declaration">proc </aside>id_insert<aside>(/<a href="mob.html">mob</a>/user, /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/inserting_item, /<a href="obj.html">obj</a>/<a href="obj/item.html">item</a>/target) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L194"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 194"></a></aside></h3><p>Self explanitory, holds the ID card inthe console for bounty payout and manipulation.</p><h3 id="proc/send">send<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/civilian_bountys.dm#L71"><img src="git.png" width="16" height="16" title="code/game/machinery/civilian_bountys.dm 71"></a></aside></h3><p>This fully rewrites base behavior in order to only check for bounty objects, and nothing else.</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>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/rdconsole - /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/rdconsole.html#var">Var Details</a></header><main><h1>rdconsole <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/rdconsole.html">computer/rdconsole</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/research/rdconsole.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/research/rdconsole.dm 17"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/rdconsole.html#var/last_long_action">last_long_action</a></th><td>Long action cooldown to prevent spam</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/last_long_action"><aside class="declaration">var </aside>last_long_action <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/research/rdconsole.dm#L51"><img src="git.png" width="16" height="16" title="code/modules/research/rdconsole.dm 51"></a></h3><p>Long action cooldown to prevent spam</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>
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/security - /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/security.html#var">Var Details</a></header><main><h1>security <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/security.html">computer/security</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera.dm#L3"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera.dm 3"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="obj/machinery/computer/security.html#var/cam_plane_masters">cam_plane_masters</a></th><td>All the plane masters that need to be applied.</td></tr><tr><th><a href="obj/machinery/computer/security.html#var/last_camera_turf">last_camera_turf</a></th><td>The turf where the camera was last updated.</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/cam_plane_masters"><aside class="declaration">var </aside>cam_plane_masters <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera.dm#L21"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera.dm 21"></a></h3><p>All the plane masters that need to be applied.</p><h3 id="var/last_camera_turf"><aside class="declaration">var </aside>last_camera_turf <aside>– /<a href="turf.html">turf</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/camera.dm#L14"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/camera.dm 14"></a></h3><p>The turf where the camera was last updated.</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/shuttle - /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/shuttle.html#var">Var Details</a></header><main><h1>shuttle <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/shuttle.html">computer/shuttle</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L1"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.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/shuttle.html#var/admin_controlled">admin_controlled</a></th><td>Variable dictating if the attached shuttle requires authorization from the admin staff to move</td></tr><tr><th><a href="obj/machinery/computer/shuttle.html#var/destination">destination</a></th><td>ID of the currently selected destination of the attached shuttle</td></tr><tr><th><a href="obj/machinery/computer/shuttle.html#var/no_destination_swap">no_destination_swap</a></th><td>Variable dictating if the attached shuttle is forbidden to change destinations mid-flight</td></tr><tr><th><a href="obj/machinery/computer/shuttle.html#var/possible_destinations">possible_destinations</a></th><td>Possible destinations of the attached shuttle</td></tr><tr><th><a href="obj/machinery/computer/shuttle.html#var/request_cooldown">request_cooldown</a></th><td>Authorization request cooldown to prevent request spam to admin staff</td></tr><tr><th><a href="obj/machinery/computer/shuttle.html#var/shuttleId">shuttleId</a></th><td>ID of the attached shuttle</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/admin_controlled"><aside class="declaration">var </aside>admin_controlled <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 13"></a></h3><p>Variable dictating if the attached shuttle requires authorization from the admin staff to move</p><h3 id="var/destination"><aside class="declaration">var </aside>destination <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 17"></a></h3><p>ID of the currently selected destination of the attached shuttle</p><h3 id="var/no_destination_swap"><aside class="declaration">var </aside>no_destination_swap <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 15"></a></h3><p>Variable dictating if the attached shuttle is forbidden to change destinations mid-flight</p><h3 id="var/possible_destinations"><aside class="declaration">var </aside>possible_destinations <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 11"></a></h3><p>Possible destinations of the attached shuttle</p><h3 id="var/request_cooldown"><aside class="declaration">var </aside>request_cooldown <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L19"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 19"></a></h3><p>Authorization request cooldown to prevent request spam to admin staff</p><h3 id="var/shuttleId"><aside class="declaration">var </aside>shuttleId <aside>– </aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/computer.dm#L9"><img src="git.png" width="16" height="16" title="code/modules/shuttle/computer.dm 9"></a></h3><p>ID of the attached shuttle</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>
|
||||
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/shuttle/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/shuttle/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/shuttle.html">computer/shuttle</a>/<a href="obj/machinery/computer/shuttle/pod.html">pod</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/emergency.dm#L531"><img src="git.png" width="16" height="16" title="code/modules/shuttle/emergency.dm 531"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="obj/machinery/computer/shuttle/pod.html#proc/check_lock">check_lock</a></th><td>Signal handler for checking if we should lock or unlock escape pods accordingly to a newly set security level</td></tr></table><h2 id="proc">Proc Details</h2><h3 id="proc/check_lock"><aside class="declaration">proc </aside>check_lock<aside>(/<a href="datum.html">datum</a>/source, new_level) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/shuttle/emergency.dm#L569"><img src="git.png" width="16" height="16" title="code/modules/shuttle/emergency.dm 569"></a></aside></h3><p>Signal handler for checking if we should lock or unlock escape pods accordingly to a newly set security level</p>
|
||||
<p>Arguments:</p>
|
||||
<ul>
|
||||
<li>source The datum source of the signal</li>
|
||||
<li>new_level The new security level that is in effect</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>
|
||||
@@ -0,0 +1 @@
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>/obj/machinery/computer/station_alert - /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/station_alert.html#var">Var Details</a></header><main><h1>station_alert <aside>/<a href="obj.html">obj</a>/<a href="obj/machinery.html">machinery</a>/<a href="obj/machinery/computer/station_alert.html">computer/station_alert</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/station_alert.dm#L1"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/station_alert.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/station_alert.html#var/alert_control">alert_control</a></th><td>Station alert datum for showing alerts UI</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/alert_control"><aside class="declaration">var </aside>alert_control <aside>– /<a href="datum.html">datum</a>/<a href="datum/station_alert.html">station_alert</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/game/machinery/computer/station_alert.dm#L11"><img src="git.png" width="16" height="16" title="code/game/machinery/computer/station_alert.dm 11"></a></h3><p>Station alert datum for showing alerts UI</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>
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user