mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Fix a couple more dmdoc crosslinks (#1244)
* Fix up a couple more dmdoc crosslinks (#54258) * Fix a couple more dmdoc crosslinks Co-authored-by: Tad Hardesty <tad@platymuus.com>
This commit is contained in:
co-authored by
Tad Hardesty
parent
8da6bebd1a
commit
a33e3fecf7
@@ -194,7 +194,7 @@
|
||||
|
||||
/// A buffer of currently held keys.
|
||||
var/list/keys_held = list()
|
||||
/// A buffer for combinations such of modifiers + keys (ex: CtrlD, AltE, ShiftT). Format: ["key"] -> ["combo"] (ex: ["D"] -> ["CtrlD"])
|
||||
/// A buffer for combinations such of modifiers + keys (ex: CtrlD, AltE, ShiftT). Format: `"key"` -> `"combo"` (ex: `"D"` -> `"CtrlD"`)
|
||||
var/list/key_combos_held = list()
|
||||
/*
|
||||
** These next two vars are to apply movement for keypresses and releases made while move delayed.
|
||||
|
||||
Reference in New Issue
Block a user