Files
wow_Meta/api/GetMaxBattlefieldID.lua
2025-05-04 14:35:26 +02:00

6 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