mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-19 18:14:44 +00:00
Clarification
Clarified Player.isJetting() and Player.isJumping()
This commit is contained in:
parent
52d0556d24
commit
2f163fdd59
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue