9 lines
223 B
Lua
9 lines
223 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 7 battleState
|
|
---@return 2
|
|
---@return 3
|
|
---@return 4
|
|
---@return 7
|
|
---Returns the current battle state.
|
|
function C_PetBattles.GetBattleState() end |