WoW API: IsOutdoors

Revision as of 18:31, 10 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the player's character is currently outdoors. outdoors = IsOutdoors(); == Returns == ; outdoors : Flag - 1 if the character is currently outdoors, ni…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

WoW API < IsOutdoors

Returns whether the player's character is currently outdoors.

outdoors = IsOutdoors();

Returns

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

See also