From 52d0556d24801c4b00aa3399c87d62bd084a1b82 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sat, 16 Aug 2014 00:02:41 -0400 Subject: [PATCH] Added TSExtension Documentation --- Mod Sources/TSExtension/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Mod Sources/TSExtension/README.md b/Mod Sources/TSExtension/README.md index 1188a67..e92b573 100644 --- a/Mod Sources/TSExtension/README.md +++ b/Mod Sources/TSExtension/README.md @@ -6,8 +6,14 @@ A general extension to the Torque Scripting language. Additions ==== -GrenadeProjectile.getVelocity() -GrenadeProjectile.getPosition() - Returns more accurate data -Player.isJetting() -Player.isJumping() +#### 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.