8 lines
213 B
Lua
8 lines
213 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param name string
|
|
---@return string binding
|
|
---Returns the keys/buttons bound for a modified click action
|
|
function GetModifiedClick(name) end
|