WoW:API IsIndoors: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API IsIndoors to WoW:API IsIndoors without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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