Files
wow-weakauras/Meta/api/GetPetActionsUsable.lua
2024-11-07 23:12:37 +01:00

5 lines
319 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return 1nil petActionsUsable
---Returns whether the pet's actions are usable. Note: GetPetActionSlotUsable can return nil for individual actions even if GetPetActionsUsable returns 1 (though not the other way around).
function GetPetActionsUsable() end