WoW:API GetMinimapZoneText: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
mNo edit summary |
||
Line 13: | Line 13: | ||
:String minimapzonetext | :String minimapzonetext | ||
:;minimapzonetext : string, that | :;minimapzonetext : string, that is currently shown over the minimap | ||
---- | ---- |
Revision as of 19:29, 8 February 2007
← WoW API < GetMinimapZoneText
Returns the zone text, that is displayed over the minimap
GetMinimapZoneText();
- Arguments
- none
- Returns
- String minimapzonetext
- minimapzonetext
- string, that is currently shown over the minimap
- Example
local minimapzonetext = GetMinimapZoneText();
- Result
"Trade District"
- Description
- Returns the zone text, that is displayed over the minimap. The event "MINIMAP_ZONE_CHANGED" is triggered, when the text changes. It equals GetSubZoneText if the player is in a subzone and GetZoneText if the player is not in a subzone.