6 lines
315 B
Lua
6 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
|