WoW:API GetNumBattlefields: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns the number of available instances of the last-selected battleground type. numInstances = GetNumBattlefields(); == Returns == ; numInstances : Number - Number...') |
m (Move page script moved page API GetNumBattlefields to API GetNumBattlefields without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < GetNumBattlefields
Returns the number of available instances of the last-selected battleground type.
numInstances = GetNumBattlefields();
Returns[edit]
- numInstances
- Number - Number of instances of the last-selected battleground type that are currently running.
Notes[edit]
- Battleground types are selected by RequestBattlegroundInstanceInfo(index) function.