Files
wow_Meta/api/GetMaxBattlefieldID.lua
2024-12-16 13:13:08 +01:00

5 lines
291 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number numBattlefields
---Returns the number of battlefields the player is associated with.. GetBattlefieldStatus(index) can be used to retrieve detailed information about a battlefield.
function GetMaxBattlefieldID() end