Files
wow_Meta/api/GetPetActionsUsable.lua
2025-05-04 15:15:00 +02:00

7 lines
324 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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