mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
1 line
3.4 KiB
HTML
1 line
3.4 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><base href="../../"><link rel="stylesheet" href="dmdoc.css"><title>code/__DEFINES/keybindings_defines.dm - 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="code/__DEFINES/keybindings_defines.html#define">Define Details</a></header><main><h1>code/__DEFINES/keybindings_defines.dm <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/keybindings_defines.dm"><img src="git.png" width="16" height="16" title="code/__DEFINES/keybindings_defines.dm"></a></h1><table class="summary" cellspacing="0"><tr><th><a href="code/__DEFINES/keybindings_defines.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/keybindings_defines.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/keybindings_defines.html#define/HELD_KEY_BUFFER_LENGTH">HELD_KEY_BUFFER_LENGTH</a></th><td>Length of held key rolling buffer</td></tr><tr><th><a href="code/__DEFINES/keybindings_defines.html#define/MAX_COMMANDS_PER_KEY">MAX_COMMANDS_PER_KEY</a></th><td>Maximum keys that can be bound to one button</td></tr></table><h2 id="define">Define Details</h2><h3 id="define/HELD_KEY_BUFFER_LENGTH"><aside class="declaration">#define </aside>HELD_KEY_BUFFER_LENGTH <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/keybindings_defines.dm#L26"><img src="git.png" width="16" height="16" title="code/__DEFINES/keybindings_defines.dm 26"></a></h3><p>Length of held key rolling buffer</p><h3 id="define/MAX_COMMANDS_PER_KEY"><aside class="declaration">#define </aside>MAX_COMMANDS_PER_KEY <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/keybindings_defines.dm#L28"><img src="git.png" width="16" height="16" title="code/__DEFINES/keybindings_defines.dm 28"></a></h3><p>Maximum keys that can be bound to one button</p><h3 id="define/MAX_KEYPRESS_AUTOKICK"><aside class="declaration">#define </aside>MAX_KEYPRESS_AUTOKICK <a href="https://github.com/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/keybindings_defines.dm#L24"><img src="git.png" width="16" height="16" title="code/__DEFINES/keybindings_defines.dm 24"></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/ParadiseSS13/Paradise/blob/8a8a00a2a9bec485351e5f219982b7315d3504fa/code/__DEFINES/keybindings_defines.dm#L22"><img src="git.png" width="16" height="16" title="code/__DEFINES/keybindings_defines.dm 22"></a></h3><p>Max length of a keypress command before it's considered to be a forged packet/bogus command</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> |