7 lines
324 B
Lua
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
|