Files

3 lines
6.1 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/controller/subsystem/statpanels - Space Station 13</title></head><body><header><a href="index.html">Space Station 13</a> - <a href="index.html#modules">Modules</a> - <a href="index.html#types">Types</a><a href="datum/controller/subsystem/statpanels.html#var">Var Details</a> - <a href="datum/controller/subsystem/statpanels.html#proc">Proc Details</a></header><main><h1>statpanels <aside>/<a href="datum.html">datum</a>/<a href="datum/controller.html">controller</a>/<a href="datum/controller/subsystem.html">subsystem</a>/<a href="datum/controller/subsystem/statpanels.html">statpanels</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L1"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 1"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/admin_data">admin_data</a></th><td>Stuff shown to all admins.</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/default_wait">default_wait</a></th><td>How many subsystem fires between most tab updates</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/global_data">global_data</a></th><td>Stuff shown to everyone.</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/mc_wait">mc_wait</a></th><td>How many subsystem fires between updates of the MC tab</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/num_fires">num_fires</a></th><td>How many full runs this subsystem has completed. used for variable rate refreshes.</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#var/status_wait">status_wait</a></th><td>How many subsystem fires between updates of the status tab</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#proc/immediate_send_stat_data">immediate_send_stat_data</a></th><td>immediately update the active statpanel tab of the target client</td></tr><tr><th><a href="datum/controller/subsystem/statpanels.html#proc/return_object_images">return_object_images</a></th><td>Returns all our ready object tab images
Returns a list in the form list(list(object_name, object_ref, loaded_image), ...)</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/admin_data"><aside class="declaration">var </aside>admin_data <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L12"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 12"></a></h3><p>Stuff shown to all admins.</p><h3 id="var/default_wait"><aside class="declaration">var </aside>default_wait <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L16"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 16"></a></h3><p>How many subsystem fires between most tab updates</p><h3 id="var/global_data"><aside class="declaration">var </aside>global_data <aside> /list</aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L10"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 10"></a></h3><p>Stuff shown to everyone.</p><h3 id="var/mc_wait"><aside class="declaration">var </aside>mc_wait <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L20"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 20"></a></h3><p>How many subsystem fires between updates of the MC tab</p><h3 id="var/num_fires"><aside class="declaration">var </aside>num_fires <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L22"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 22"></a></h3><p>How many full runs this subsystem has completed. used for variable rate refreshes.</p><h3 id="var/status_wait"><aside class="declaration">var </aside>status_wait <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L18"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 18"></a></h3><p>How many subsystem fires between updates of the status tab</p><h2 id="proc">Proc Details</h2><h3 id="proc/immediate_send_stat_data"><aside class="declaration">proc </aside>immediate_send_stat_data<aside>(/<a href="client.html">client</a>/target) <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L222"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 222"></a></aside></h3><p>immediately update the active statpanel tab of the target client</p><h3 id="proc/return_object_images"><aside class="declaration">proc </aside>return_object_images<aside>(/<a href="client.html">client</a>/load_from, min_index, max_index) <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/controllers/subsystem/SSstatpanel.dm#L146"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/SSstatpanel.dm 146"></a></aside></h3><p>Returns all our ready object tab images
Returns a list in the form list(list(object_name, object_ref, loaded_image), ...)</p></main><footer>paradise.dme <a href="https://github.com/ParadiseSS13/Paradise/tree/8a8a00a2a9bec485351e5f219982b7315d3504fa">8a8a00a</a> (master) — <a href="https://github.com/SpaceManiac/SpacemanDMM/blob/master/crates/dmdoc/README.md">dmdoc 1.11.0</a></footer></body></html>