5 lines
5.1 KiB
HTML
5 lines
5.1 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><link rel="stylesheet" href="dmdoc.css"><title>/image - /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="image.html#var">Var Details</a> - <a href="image.html#proc">Proc Details</a></header><main><h1>image <aside>/<a href="image.html">image</a></aside><aside> inherits /<a href="datum.html">datum</a></aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/overlays.dm#L148"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/overlays.dm 148"></a></h1><table class="summary" cellspacing="0"><tr><td colspan="2"><h2>Vars</h2></td></tr><tr><th><a href="image.html#var/realized_overlays">realized_overlays</a></th><td>List of overlay "keys" (info about the appearance) -> mutable versions of static appearances
|
||
Drawn from the overlays list</td></tr><tr><th><a href="image.html#var/realized_underlays">realized_underlays</a></th><td>List of underlay "keys" (info about the appearance) -> mutable versions of static appearances
|
||
Drawn from the underlays list</td></tr><tr><td colspan="2"><h2>Procs</h2></td></tr><tr><th><a href="image.html#proc/debug_variable_value">debug_variable_value</a></th><td>Makes nice short vv names for images</td></tr><tr><th><a href="image.html#proc/get_vv_link_ref">get_vv_link_ref</a></th><td>Returns the ref string to use when displaying this image in the vv menu of something else</td></tr><tr><th><a href="image.html#proc/realize_overlays">realize_overlays</a></th><td>Takes the image's existing overlays, and makes them mutable so they can be properly vv'd in the realized_overlays list</td></tr><tr><th><a href="image.html#proc/vv_get_header">vv_get_header</a></th><td>Shows a header name on top when you investigate an appearance/image</td></tr></table><h2 id="var">Var Details</h2><h3 id="var/realized_overlays"><aside class="declaration">var </aside>realized_overlays <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/overlays.dm#L151"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/overlays.dm 151"></a></h3><p>List of overlay "keys" (info about the appearance) -> mutable versions of static appearances
|
||
Drawn from the overlays list</p><h3 id="var/realized_underlays"><aside class="declaration">var </aside>realized_underlays <aside>– /list</aside> <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/overlays.dm#L156"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/overlays.dm 156"></a></h3><p>List of underlay "keys" (info about the appearance) -> mutable versions of static appearances
|
||
Drawn from the underlays list</p><h2 id="proc">Proc Details</h2><h3 id="proc/debug_variable_value">debug_variable_value<aside>(name, level, /<a href="datum.html">datum</a>/owner, sanitize, display_flags) <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/admin/view_variables/debug_variable_appearance.dm#L10"><img src="git.png" width="16" height="16" title="code/modules/admin/view_variables/debug_variable_appearance.dm 10"></a></aside></h3><p>Makes nice short vv names for images</p><h3 id="proc/get_vv_link_ref"><aside class="declaration">proc </aside>get_vv_link_ref<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/admin/view_variables/debug_variable_appearance.dm#L29"><img src="git.png" width="16" height="16" title="code/modules/admin/view_variables/debug_variable_appearance.dm 29"></a></aside></h3><p>Returns the ref string to use when displaying this image in the vv menu of something else</p><h3 id="proc/realize_overlays"><aside class="declaration">proc </aside>realize_overlays<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/controllers/subsystem/overlays.dm#L162"><img src="git.png" width="16" height="16" title="code/controllers/subsystem/overlays.dm 162"></a></aside></h3><p>Takes the image's existing overlays, and makes them mutable so they can be properly vv'd in the realized_overlays list</p><h3 id="proc/vv_get_header">vv_get_header<aside>() <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/modules/admin/view_variables/debug_variable_appearance.dm#L2"><img src="git.png" width="16" height="16" title="code/modules/admin/view_variables/debug_variable_appearance.dm 2"></a></aside></h3><p>Shows a header name on top when you investigate an appearance/image</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> |