Files
wow-weakauras/Meta/api/C_PetBattles.ChangePet.lua
2024-11-07 23:12:37 +01:00

5 lines
265 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@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