WoW:API GetNumDungeonMapLevels: Difference between revisions
Jump to navigation
Jump to search
(Created page with ' {{wowapi}} __NOTOC__ levels = GetNumDungeonMapLevels(); Return a value for the amount of sub maps available on the current world map. ---- ;''Arguments'' :''none'' ---- ;'…') |
m (Move page script moved page API GetNumDungeonMapLevels to API GetNumDungeonMapLevels without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < GetNumDungeonMapLevels
levels = GetNumDungeonMapLevels();
Return a value for the amount of sub maps available on the current world map.
- Arguments
- none
- Returns
- levels
- levels
- Integer - Number of sub maps available.
- Details
Return value represents the number of options in the drop down for 'areas' or 'submaps' within a given zone. Current selected option is available through GetCurrentMapDungeonLevel.