6 lines
222 B
Lua
6 lines
222 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@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
|