WoW API: IsIndoors

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API IsIndoors to API IsIndoors without leaving a redirect)
(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[edit]

indoors
Flag - 1 if the character is currently indoors, nil otherwise.

See also[edit]