Files
wow_Meta/api/IsUsableAction.lua
2025-05-04 14:35:26 +02:00

8 lines
208 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