Files
wow_Meta/api/GetMaxBattlefieldID.lua
2025-05-04 15:15:00 +02:00

7 lines
300 B
Lua

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