API IsIndoors Edit History Talk0 98,472pages on this wiki Referencee AddOns WoW API Widget API XML UI WoW Lua Macro API Event API Changes Web API HOWTOs Snippets UI tech. CVars Category nav. → WoW API Returns whether the player's character is currently indoors. Most mounts are not usable indoors. indoors = IsIndoors(); Returns indoors Flag - 1 if the character is currently indoors, nil otherwise. See also IsOutdoors() Read more Returns the maximum health of the specified unit. local max_health = UnitHealthMax(unit); unit... API UnitHealthMax Returns the class (Mage, Warrior, etc) of the specified unit. localizedClass, englishClass... API UnitClass Returns information about the player in the guild roster. name, rank, rankIndex, level, class... API GetGuildRosterInfo Categories: World of Warcraft API