View Single Post
04/15/14, 04:04 PM   #2
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
You could try

index = GetCurrentMapIndex() - but there is a chance it will return a nil value for some reason

And then it looks like this will get you more info

name, mapType, mapContentType = GetMapInfo(luaindex index)

These are listed in the WIKI for more information.
  Reply With Quote