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…')
 
m (Move page script moved page API IsFalling to WoW:API IsFalling without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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.

Latest revision as of 04:46, 15 August 2023

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.