7 lines
231 B
Lua
7 lines
231 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return boolean isWild
|
|
---Returns whether or not in wild battle.. Returns true if the pet battle is against a wild pet.
|
|
function C_PetBattles.IsWildBattle() end
|