mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-16 03:44:32 +00:00
Added TSExtension Documentation
This commit is contained in:
parent
95bc8345a3
commit
52d0556d24
1 changed files with 10 additions and 4 deletions
|
|
@ -6,8 +6,14 @@ A general extension to the Torque Scripting language.
|
||||||
Additions
|
Additions
|
||||||
====
|
====
|
||||||
|
|
||||||
GrenadeProjectile.getVelocity()
|
#### GrenadeProjectile.getVelocity()
|
||||||
GrenadeProjectile.getPosition() - Returns more accurate data
|
This function did not exist before in Torque Script. It returns the current velocity vector of a GrenadeProjectile.
|
||||||
Player.isJetting()
|
|
||||||
Player.isJumping()
|
|
||||||
|
|
||||||
|
#### GrenadeProjectile.getPosition()
|
||||||
|
This function already existed to return the position of a GrenadeProjectile object but it is now much more accurate.
|
||||||
|
|
||||||
|
#### Player.isJetting()
|
||||||
|
Self-explanatory.
|
||||||
|
|
||||||
|
#### Player.isJumping()
|
||||||
|
Self-explanatory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue