Files
Paradise/datum/ui_module/crew_monitor.html

5 lines
4.4 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>/datum/ui_module/crew_monitor - 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/ui_module/crew_monitor.html#var">Var Details</a></header><main><h1>crew_monitor <aside>/<a href="datum.html">datum</a>/<a href="datum/ui_module/crew_monitor.html">ui_module/crew_monitor</a></aside> <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L6"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 6"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/highlighted_names">highlighted_names</a></th><td>A list of displayed names. Displayed names were intentionally chosen over ckeys,
refs, or uids, because exposing any of the aforementioned to the client could allow
an exploit to detect changelings on sensors.</td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/ignore_sensors">ignore_sensors</a></th><td>If true, we'll see everyone, regardless of their suit sensors.</td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/offset_x">offset_x</a></th><td>The X offset of the UI map</td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/offset_y">offset_y</a></th><td>The Y offset of the UI map</td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/tab_index">tab_index</a></th><td>The ID of the currently opened UI tab</td></tr><tr><th><a href="datum/ui_module/crew_monitor.html#var/zoom">zoom</a></th><td>The zoom level of the UI map view</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/highlighted_names"><aside class="declaration">var </aside>highlighted_names <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L23"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 23"></a></h3><p>A list of displayed names. Displayed names were intentionally chosen over ckeys,
refs, or uids, because exposing any of the aforementioned to the client could allow
an exploit to detect changelings on sensors.</p><h3 id="var/ignore_sensors"><aside class="declaration">var </aside>ignore_sensors <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L11"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 11"></a></h3><p>If true, we'll see everyone, regardless of their suit sensors.</p><h3 id="var/offset_x"><aside class="declaration">var </aside>offset_x <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L17"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 17"></a></h3><p>The X offset of the UI map</p><h3 id="var/offset_y"><aside class="declaration">var </aside>offset_y <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L19"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 19"></a></h3><p>The Y offset of the UI map</p><h3 id="var/tab_index"><aside class="declaration">var </aside>tab_index <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L13"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 13"></a></h3><p>The ID of the currently opened UI tab</p><h3 id="var/zoom"><aside class="declaration">var </aside>zoom <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/modules/tgui/modules/crew_monitor.dm#L15"><img src="git.png" width="16" height="16" title="code/modules/tgui/modules/crew_monitor.dm 15"></a></h3><p>The zoom level of the UI map view</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>