Returns the localized name for a mapID.
mapname = GetMapNameByID(mapID)
Parameters
Edit
- mapID (number) - The mapID of the map to retrieve the name for
Returns
Edit
- mapname (string) - The real name of an instance or zone map
Example
Edit
mapID = GetCurrentMapAreaID() mapname = GetMapNameByID(mapID) print("Map:"..mapname )
- An message appears in the chat window showing the following text: "Map: The Stockade"
See also
Edit
Community content is available under CC-BY-SA
unless otherwise noted.