5 lines
176 B
Lua
5 lines
176 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numBindings
|
|
---Returns the number of entries in the key bindings list
|
|
function GetNumBindings() end |