Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(LE_EXPANSION)
DDCBot (talk | contribs)
m (→‎Returns: .apitype)
Tag: WoW API docs
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi|t=a|system=Expansion}}
 
Needs summary.
 
Needs summary.
 
expansionLevel = GetMaximumExpansionLevel()
 
expansionLevel = GetMaximumExpansionLevel()
   
 
==Returns==
 
==Returns==
;expansionLevel : number
+
;expansionLevel : <span class="apitype">number</span>
 
{{:Enum_LE_EXPANSION}}
 
{{:Enum_LE_EXPANSION}}
   
 
==Patch changes==
 
==Patch changes==
 
* {{Patch 8.0.1|note=Added.}}
 
* {{Patch 8.0.1|note=Added.}}
 
==See also==
 
* [https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentation#GetMaximumExpansionLevel Blizzard API Documentation]
 

Revision as of 23:57, 19 August 2021

Needs summary.

expansionLevel = GetMaximumExpansionLevel()

Returns

expansionLevel
number

Enum LE EXPANSION

Patch changes