API IsIndoors Edit History Talk0 98,480pages on this wiki Revision as of 18:32, March 10, 2010 by Starlightblunder (Talk | contribs) (diff) ←Older revision | Latest revision (diff) | Newer revision → (diff) 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 current server status. status = KBSystem_GetServerStatus() () status status String ... API KBSystem GetServerStatus Will close the AuctionFrame if opened. CloseAuctionHouse(); Arguments none Returns nil Example... API CloseAuctionHouse Get the channels received by a chat window. name1, zone1, name2, zone2, ... ... API GetChatWindowChannels Categories: World of Warcraft API