WoW API: GetCurrentMapAreaID

From AddOn Studio
Revision as of 03:49, 28 October 2010 by WoWWiki>Mbanks850 (Created page with "  {{wowapi}} __NOTOC__ areaid = GetCurrentMapAreaID(); Returns the area ID of the current world map. ---- ;''Arguments'' :''none'' ---- ;''Returns'' :areaid :;areaid : I…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

 

WoW API < GetCurrentMapAreaID

areaid = GetCurrentMapAreaID();

Returns the area ID of the current world map.


Arguments
none

Returns
areaid
areaid
Integer - area id of the current map.

Details

Return value can be used with SetMapByID(id) .