View Single Post
05/09/14, 06:40 AM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by LoPony View Post
Isn't is GetCurrentMapZoneIndex()/GetCurrentMapIndex() like your wished GetMapId()?
GetCurrentMapZoneIndex()
For example Cyrodiil zone index is 37. But if you open map of any of the border keeps, it will return the same zone index. So this is not usable function to identify map.

GetCurrentMapIndex()
I believe this has something to do with locations list on world map. If you try to use this function on any other map that is not listed there, it will return nil.