View Single Post
12-19-12, 12:55 PM   #3
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
IsMicroDungeon is the fourth return value from GetMapInfo.

Lua Code:
  1. local _, _, _, isMicroDungeon = GetMapInfo()
  2. if isMicroDungeon then
  3.   -- it's a micro dungeon
  4. end

Last edited by semlar : 12-19-12 at 12:57 PM.
  Reply With Quote