wowpedia
Main Menu


Returns the map instance name.

zone = GetRealZoneText([instanceID])

Arguments

instanceID
number?  : InstanceID - When omitted, returns current instanceID name.

Returns

zone
string - The name of the map instance.

Details

Example

Returns the current zone.

/dump GetRealZoneText()
> "Stormwind City"

Returns the name of a specific instanceID.

/dump GetRealZoneText(451)
> "Development Land"