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

1 line
5.6 KiB
HTML

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/admin/keybindings.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/admin/keybindings.html#define">Define Details</a></header><main><h1>code/__DEFINES/admin/keybindings.dm <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm0"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm0"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/MAX_KEYPRESS_COMMANDLENGTH">MAX_KEYPRESS_COMMANDLENGTH</a></th><td>Max length of a keypress command before it's considered to be a forged packet/bogus command</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/MAX_COMMANDS_PER_KEY">MAX_COMMANDS_PER_KEY</a></th><td>Maximum keys that can be bound to one button</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/MAX_KEYS_PER_KEYBIND">MAX_KEYS_PER_KEYBIND</a></th><td>Maximum keys per keybind</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/MAX_KEYPRESS_AUTOKICK">MAX_KEYPRESS_AUTOKICK</a></th><td>Max amount of keypress messages per second over two seconds before client is autokicked</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/MAX_HELD_KEYS">MAX_HELD_KEYS</a></th><td>Max keys that can be held down at once by a client</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/SKIN_MACROSET_HOTKEYS">SKIN_MACROSET_HOTKEYS</a></th><td>Macroset name of hotkeys/keybind only/modern mode</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/SKIN_MACROSET_CLASSIC_HOTKEYS">SKIN_MACROSET_CLASSIC_HOTKEYS</a></th><td>Macroset name of classic hotkey mode</td></tr><tr><th><a href="code/__DEFINES/admin/keybindings.html#define/SKIN_MACROSET_CLASSIC_INPUT">SKIN_MACROSET_CLASSIC_INPUT</a></th><td>Macroset name of classic input mode</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/MAX_COMMANDS_PER_KEY"><aside class="declaration">#define </aside>MAX_COMMANDS_PER_KEY <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L5"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 5"></a></h3><p>Maximum keys that can be bound to one button</p><h3 id="define/MAX_HELD_KEYS"><aside class="declaration">#define </aside>MAX_HELD_KEYS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L11"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 11"></a></h3><p>Max keys that can be held down at once by a client</p><h3 id="define/MAX_KEYPRESS_AUTOKICK"><aside class="declaration">#define </aside>MAX_KEYPRESS_AUTOKICK <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L9"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 9"></a></h3><p>Max amount of keypress messages per second over two seconds before client is autokicked</p><h3 id="define/MAX_KEYPRESS_COMMANDLENGTH"><aside class="declaration">#define </aside>MAX_KEYPRESS_COMMANDLENGTH <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L3"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 3"></a></h3><p>Max length of a keypress command before it's considered to be a forged packet/bogus command</p><h3 id="define/MAX_KEYS_PER_KEYBIND"><aside class="declaration">#define </aside>MAX_KEYS_PER_KEYBIND <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L7"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 7"></a></h3><p>Maximum keys per keybind</p><h3 id="define/SKIN_MACROSET_CLASSIC_HOTKEYS"><aside class="declaration">#define </aside>SKIN_MACROSET_CLASSIC_HOTKEYS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L16"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 16"></a></h3><p>Macroset name of classic hotkey mode</p><h3 id="define/SKIN_MACROSET_CLASSIC_INPUT"><aside class="declaration">#define </aside>SKIN_MACROSET_CLASSIC_INPUT <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L18"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 18"></a></h3><p>Macroset name of classic input mode</p><h3 id="define/SKIN_MACROSET_HOTKEYS"><aside class="declaration">#define </aside>SKIN_MACROSET_HOTKEYS <a href="https://github.com/evilew/GS13-Citadel/blob/e8e0068531dd988f9e65b33ae7866d4fbf1fdd9e/code/__DEFINES/admin/keybindings.dm#L14"><img src="git.png" width="16" height="16" title="code/__DEFINES/admin/keybindings.dm 14"></a></h3><p>Macroset name of hotkeys/keybind only/modern mode</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>