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

7 lines
210 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 1nil isUsable
---@return 1nil notEnoughMana
---Returns whether an action is usable
function IsUsableAction(slot) end