6 lines
291 B
Lua
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
|