mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-07 14:30:26 +00:00
Clarification
Clarified Player.isJetting() and Player.isJumping()
This commit is contained in:
parent
52d0556d24
commit
2f163fdd59
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue