Clarification

Clarified Player.isJetting() and Player.isJumping()
This commit is contained in:
Robert MacGregor 2014-08-16 00:06:34 -04:00
parent 52d0556d24
commit 2f163fdd59

View file

@ -13,7 +13,7 @@ This function did not exist before in Torque Script. It returns the current velo
This function already existed to return the position of a GrenadeProjectile object but it is now much more accurate.
#### Player.isJetting()
Self-explanatory.
This function did not exist before in Torque Script, it returns whether or not the Player is currently jetting.
#### Player.isJumping()
Self-explanatory.
This function did not exist before in Torque Script, it returns whether or not the Player is currently jumping.