WoW API: GetMapNameByID

WoW API < GetMapNameByID

Returns the localized name for a mapID.

mapname = GetMapNameByID(mapID)

ParametersEdit

  • mapID (number) - The mapID of the map to retrieve the name for

ReturnsEdit

  • mapname (string) - The real name of an instance or zone map

ExampleEdit

 mapID = GetCurrentMapAreaID()
 mapname = GetMapNameByID(mapID)
 print("Map:"..mapname )
An message appears in the chat window showing the following text: "Map: The Stockade"

See alsoEdit