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

7 lines
270 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param id number
---Attempts to change your active pet. Has no effect if used when this switch isn't impossible (out of turn, with the ID of a dead pet, etc.).
function C_PetBattles.ChangePet(id) end