Files
GS13NG/code/__DEFINES/screentips.html
2025-02-05 06:19:18 +00:00

1 line
7.8 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/screentips.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/screentips.html#define">Define Details</a></header><main><h1>code/__DEFINES/screentips.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_LMB">SCREENTIP_CONTEXT_LMB</a></th><td>Context applied to LMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_RMB">SCREENTIP_CONTEXT_RMB</a></th><td>Context applied to RMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_SHIFT_LMB">SCREENTIP_CONTEXT_SHIFT_LMB</a></th><td>Context applied to Shift-LMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_CTRL_LMB">SCREENTIP_CONTEXT_CTRL_LMB</a></th><td>Context applied to Ctrl-LMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_CTRL_RMB">SCREENTIP_CONTEXT_CTRL_RMB</a></th><td>Context applied to Ctrl-RMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_ALT_LMB">SCREENTIP_CONTEXT_ALT_LMB</a></th><td>Context applied to Alt-LMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_ALT_RMB">SCREENTIP_CONTEXT_ALT_RMB</a></th><td>Context applied to Alt-RMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_CONTEXT_CTRL_SHIFT_LMB">SCREENTIP_CONTEXT_CTRL_SHIFT_LMB</a></th><td>Context applied to Ctrl-Shift-LMB actions</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_PREFERENCE_DISABLED">SCREENTIP_PREFERENCE_DISABLED</a></th><td>Screentips are always disabled</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_PREFERENCE_ENABLED">SCREENTIP_PREFERENCE_ENABLED</a></th><td>Screentips are always enabled</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_PREFERENCE_CONTEXT_ONLY">SCREENTIP_PREFERENCE_CONTEXT_ONLY</a></th><td>Screentips are only enabled when they have context</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/SCREENTIP_PREFERENCE_NO_CONTEXT">SCREENTIP_PREFERENCE_NO_CONTEXT</a></th><td>Screentips enabled, no context</td></tr><tr><th><a href="code/__DEFINES/screentips.html#define/INTENT_ANY">INTENT_ANY</a></th><td>Regardless of intent</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/INTENT_ANY"><aside class="declaration">#define </aside>INTENT_ANY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L38"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 38"></a></h3><p>Regardless of intent</p><h3 id="define/SCREENTIP_CONTEXT_ALT_LMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_ALT_LMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L17"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 17"></a></h3><p>Context applied to Alt-LMB actions</p><h3 id="define/SCREENTIP_CONTEXT_ALT_RMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_ALT_RMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L20"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 20"></a></h3><p>Context applied to Alt-RMB actions</p><h3 id="define/SCREENTIP_CONTEXT_CTRL_LMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_CTRL_LMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L11"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 11"></a></h3><p>Context applied to Ctrl-LMB actions</p><h3 id="define/SCREENTIP_CONTEXT_CTRL_RMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_CTRL_RMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 14"></a></h3><p>Context applied to Ctrl-RMB actions</p><h3 id="define/SCREENTIP_CONTEXT_CTRL_SHIFT_LMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_CTRL_SHIFT_LMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L23"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 23"></a></h3><p>Context applied to Ctrl-Shift-LMB actions</p><h3 id="define/SCREENTIP_CONTEXT_LMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_LMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L2"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 2"></a></h3><p>Context applied to LMB actions</p><h3 id="define/SCREENTIP_CONTEXT_RMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_RMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L5"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 5"></a></h3><p>Context applied to RMB actions</p><h3 id="define/SCREENTIP_CONTEXT_SHIFT_LMB"><aside class="declaration">#define </aside>SCREENTIP_CONTEXT_SHIFT_LMB <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L8"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 8"></a></h3><p>Context applied to Shift-LMB actions</p><h3 id="define/SCREENTIP_PREFERENCE_CONTEXT_ONLY"><aside class="declaration">#define </aside>SCREENTIP_PREFERENCE_CONTEXT_ONLY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L32"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 32"></a></h3><p>Screentips are only enabled when they have context</p><h3 id="define/SCREENTIP_PREFERENCE_DISABLED"><aside class="declaration">#define </aside>SCREENTIP_PREFERENCE_DISABLED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L26"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 26"></a></h3><p>Screentips are always disabled</p><h3 id="define/SCREENTIP_PREFERENCE_ENABLED"><aside class="declaration">#define </aside>SCREENTIP_PREFERENCE_ENABLED <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L29"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 29"></a></h3><p>Screentips are always enabled</p><h3 id="define/SCREENTIP_PREFERENCE_NO_CONTEXT"><aside class="declaration">#define </aside>SCREENTIP_PREFERENCE_NO_CONTEXT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/screentips.dm#L35"><img src="git.png" width="16" height="16" title="code/__DEFINES/screentips.dm 35"></a></h3><p>Screentips enabled, no context</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>