T2-CPP/Mod Sources/TSExtension/README.md
Robert MacGregor 2f163fdd59 Clarification
Clarified Player.isJetting() and Player.isJumping()
2014-08-16 00:06:34 -04:00

672 B

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()

This function did not exist before in Torque Script, it returns whether or not the Player is currently jetting.

Player.isJumping()

This function did not exist before in Torque Script, it returns whether or not the Player is currently jumping.