T2-CPP/Mod Sources/TSExtension
2014-08-16 00:02:41 -04:00
..
TSExtension Added GrenadeProjectile.getVelocity() and updated the DXAPI 2014-08-15 15:44:13 -04:00
README.md Added TSExtension Documentation 2014-08-16 00:02:41 -04:00
TSExtension.sln Cleaned up the repo and removed useless files 2014-08-05 18:06:55 -04:00
TSExtension.suo Cleaned up the repo and removed useless files 2014-08-05 18:06:55 -04:00

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.