View Single Post
07/11/15, 06:37 AM   #1
Keldor
 
Keldor's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2015
Posts: 101
List of all Zone Names

Hi all,

I've another question.
What is the best way to loop through all the zone names of the game?

My Idea was to have Loop with i = 1 to 99999 with this function inside GetZoneNameByIndex(i)
If the return value is not empty, I will push it to my array. This should return all zone names, right?

Keldor
  Reply With Quote