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