Files
wow_Meta/api/PickupStablePet.lua

7 lines
300 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number #0 for active pet otherwise 1 to NUM_PET_STABLE_SLOTS
---Puts a pet from the stables onto the cursor. Use with ClickStablePet to move pets between stabled and active status.
function PickupStablePet(index) end