Corrected return value
(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, | ; falling : Flag - 1 if the character is currently falling, false otherwise. | ||