Wikia

WoWWiki

Watchlist Recent changes

API GetMapContinents

Main Menue



Returns a list of continent names.

continent_1, continent_2, ..., continent_N = GetMapContinents();

ParametersEdit

ReturnsEdit

continent_1, continent_2, ..., continent_N
continent_i 
String - The name of the i'th continent, (i corresponds to the value GetCurrentMapContinent() returns)

ExampleEdit

local continentNames, key, val = { GetMapContinents() } ;
for key, val in pairs(continentNames) do
 DEFAULT_CHAT_FRAME:AddMessage("#" .. key .. ": " .. val);
end

ResultEdit

A list of the continent names is displayed in the default chat frame.

#1: Kalimdor
#2: Eastern Kingdoms
#3: Outland
#4: Northrend
#5: The Maelstrom

DetailsEdit

Note that as more expansions are releases, the output of this function may change.

Pages on WoWWiki

94,214pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,641photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki