WoW API: IsIndoors

Revision as of 04:46, 15 August 2023 by Move page script (talk) (Move page script moved page API IsIndoors to API IsIndoors without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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