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

5 lines
315 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