WoW API: IsIndoors

From AddOn Studio
Revision as of 18:31, 10 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the player's character is currently indoors. Most mounts are not usable indoors. indoors = IsFalling(); == Returns == ; indoors : Flag - 1 if the cha…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < IsIndoors

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