WoW API: IsFalling

From AddOn Studio
Revision as of 18:30, 10 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the player's character is currently plummeting to their doom. falling = IsFalling(); == Returns == ; falling : Flag - 1 if the character is currently…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < IsFalling

Returns whether the player's character is currently plummeting to their doom.

falling = IsFalling();

Returns

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