WoW API: IsIndoors

From AddOn Studio
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]