Files
2025-02-05 06:19:18 +00:00

1 line
6.3 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/hud.dm - /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="code/__DEFINES/hud.html#define">Define Details</a></header><main><h1>code/__DEFINES/hud.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/hud.html#define/HUD_STYLE_STANDARD">HUD_STYLE_STANDARD</a></th><td>Standard hud</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/HUD_STYLE_REDUCED">HUD_STYLE_REDUCED</a></th><td>Reduced hud (just hands and intent switcher)</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/HUD_STYLE_NOHUD">HUD_STYLE_NOHUD</a></th><td>No hud (for screenshots)</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/HUD_VERSIONS">HUD_VERSIONS</a></th><td>Used in show_hud(); Please ensure this is the same as the maximum index.</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/APPEARANCE_UI_IGNORE_ALPHA">APPEARANCE_UI_IGNORE_ALPHA</a></th><td>Used for progress bars and chat messages</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/APPEARANCE_UI">APPEARANCE_UI</a></th><td>Used for HUD objects</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/SCRN_OBJ_DEFAULT">SCRN_OBJ_DEFAULT</a></th><td>Whatever the base action datum thinks is best</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/SCRN_OBJ_FLOATING">SCRN_OBJ_FLOATING</a></th><td>Floating somewhere on the hud, not in any predefined place</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/SCRN_OBJ_IN_LIST">SCRN_OBJ_IN_LIST</a></th><td>In the list of buttons stored at the top of the screen</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/SCRN_OBJ_IN_PALETTE">SCRN_OBJ_IN_PALETTE</a></th><td>In the collapseable palette</td></tr><tr><th><a href="code/__DEFINES/hud.html#define/HOVER_OUTLINE_FILTER">HOVER_OUTLINE_FILTER</a></th><td>The filter name for the hover outline</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/APPEARANCE_UI"><aside class="declaration">#define </aside>APPEARANCE_UI <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L16"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 16"></a></h3><p>Used for HUD objects</p><h3 id="define/APPEARANCE_UI_IGNORE_ALPHA"><aside class="declaration">#define </aside>APPEARANCE_UI_IGNORE_ALPHA <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 14"></a></h3><p>Used for progress bars and chat messages</p><h3 id="define/HOVER_OUTLINE_FILTER"><aside class="declaration">#define </aside>HOVER_OUTLINE_FILTER <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L237"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 237"></a></h3><p>The filter name for the hover outline</p><h3 id="define/HUD_STYLE_NOHUD"><aside class="declaration">#define </aside>HUD_STYLE_NOHUD <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L7"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 7"></a></h3><p>No hud (for screenshots)</p><h3 id="define/HUD_STYLE_REDUCED"><aside class="declaration">#define </aside>HUD_STYLE_REDUCED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L5"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 5"></a></h3><p>Reduced hud (just hands and intent switcher)</p><h3 id="define/HUD_STYLE_STANDARD"><aside class="declaration">#define </aside>HUD_STYLE_STANDARD <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L3"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 3"></a></h3><p>Standard hud</p><h3 id="define/HUD_VERSIONS"><aside class="declaration">#define </aside>HUD_VERSIONS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L10"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 10"></a></h3><p>Used in show_hud(); Please ensure this is the same as the maximum index.</p><h3 id="define/SCRN_OBJ_DEFAULT"><aside class="declaration">#define </aside>SCRN_OBJ_DEFAULT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L228"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 228"></a></h3><p>Whatever the base action datum thinks is best</p><h3 id="define/SCRN_OBJ_FLOATING"><aside class="declaration">#define </aside>SCRN_OBJ_FLOATING <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L230"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 230"></a></h3><p>Floating somewhere on the hud, not in any predefined place</p><h3 id="define/SCRN_OBJ_IN_LIST"><aside class="declaration">#define </aside>SCRN_OBJ_IN_LIST <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L232"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 232"></a></h3><p>In the list of buttons stored at the top of the screen</p><h3 id="define/SCRN_OBJ_IN_PALETTE"><aside class="declaration">#define </aside>SCRN_OBJ_IN_PALETTE <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/hud.dm#L234"><img src="git.png" width="16" height="16" title="code/__DEFINES/hud.dm 234"></a></h3><p>In the collapseable palette</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>