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

7 lines
228 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return 1nil canAbandon
---Returns whether the player's pet can be abandoned. Only Hunter pets can be permanently abandoned.
function PetCanBeAbandoned() end