SPLURT Station 13 - Modules - TypesDefine Details

code/__DEFINES/admin/keybindings.dm

MAX_KEYPRESS_COMMANDLENGTHMax length of a keypress command before it's considered to be a forged packet/bogus command
MAX_COMMANDS_PER_KEYMaximum keys that can be bound to one button
MAX_KEYS_PER_KEYBINDMaximum keys per keybind
MAX_KEYPRESS_AUTOKICKMax amount of keypress messages per second over two seconds before client is autokicked
MAX_HELD_KEYSMax keys that can be held down at once by a client
SKIN_MACROSET_HOTKEYSMacroset name of hotkeys/keybind only/modern mode
SKIN_MACROSET_CLASSIC_HOTKEYSMacroset name of classic hotkey mode
SKIN_MACROSET_CLASSIC_INPUTMacroset name of classic input mode

Define Details

MAX_COMMANDS_PER_KEY

Maximum keys that can be bound to one button

MAX_HELD_KEYS

Max keys that can be held down at once by a client

MAX_KEYPRESS_AUTOKICK

Max amount of keypress messages per second over two seconds before client is autokicked

MAX_KEYPRESS_COMMANDLENGTH

Max length of a keypress command before it's considered to be a forged packet/bogus command

MAX_KEYS_PER_KEYBIND

Maximum keys per keybind

SKIN_MACROSET_CLASSIC_HOTKEYS

Macroset name of classic hotkey mode

SKIN_MACROSET_CLASSIC_INPUT

Macroset name of classic input mode

SKIN_MACROSET_HOTKEYS

Macroset name of hotkeys/keybind only/modern mode