no edit summary
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
status, mapName, instanceID = GetBattlefieldStatus(); | status, mapName, instanceID = GetBattlefieldStatus(index); | ||
Get status on a battlefield | Get status on a battlefield | ||
Value of index appears to be the Battlefield queue index. Changed from null argument to index in 1.9 | |||
---- | ---- | ||
| Line 11: | Line 13: | ||
:;instanceID : Integer - The number of the Battlefield instance | :;instanceID : Integer - The number of the Battlefield instance | ||
for i=1, MAX_BATTLEFIELD_QUEUES do | |||
status, mapName, instanceID = GetBattlefieldStatus(i); | |||
if ( instanceID ~= 0 ) then | |||
mapName = mapName.." "..instanceID; | |||
end | |||
... | |||
[[Category:API Functions|GetBattlefieldStatus]] | [[Category:API Functions|GetBattlefieldStatus]] | ||
[[Category:API Battlefield Functions|GetBattlefieldStatus]] | [[Category:API Battlefield Functions|GetBattlefieldStatus]] | ||