WoW:API IsFalling: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
(Corrected return value)
Line 4: Line 4:


== Returns ==
== Returns ==
; falling : Flag - 1 if the character is currently falling, nil otherwise.
; falling : Flag - 1 if the character is currently falling, false otherwise.

Revision as of 09:50, 6 July 2017

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, false otherwise.