mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-03-28 08:39:14 +00:00
19 lines
484 B
Markdown
19 lines
484 B
Markdown
TSExtension
|
|
=====
|
|
|
|
A general extension to the Torque Scripting language.
|
|
|
|
Additions
|
|
====
|
|
|
|
#### GrenadeProjectile.getVelocity()
|
|
This function did not exist before in Torque Script. It returns the current velocity vector of a GrenadeProjectile.
|
|
|
|
#### 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.
|