View Single Post
08/11/17, 03:57 AM   #4
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
There are a lot of strings that are not defined in Lua. Some of them can be received via the API, but a lot of them are just not accessible.

In the case of zone names (if that is what you mean with areas), you can get a name for a zoneId via the GetZoneNameById api function. To get the zoneId of the map you are looking at, you can use GetCurrentMapZoneIndex and GetZoneId (on the return value).
  Reply With Quote