Files
wow_Meta/api/GetBindingByKey.lua
2024-12-16 13:13:08 +01:00

6 lines
195 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param key string
---@return string action
---Returns the action bound to a key or key combination
function GetBindingByKey(key) end