mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-20 02:24:46 +00:00
Added README.md for TSExtension
This commit is contained in:
parent
5cd277771b
commit
95bc8345a3
13
Mod Sources/TSExtension/README.md
Normal file
13
Mod Sources/TSExtension/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
TSExtension
|
||||
=====
|
||||
|
||||
A general extension to the Torque Scripting language.
|
||||
|
||||
Additions
|
||||
====
|
||||
|
||||
GrenadeProjectile.getVelocity()
|
||||
GrenadeProjectile.getPosition() - Returns more accurate data
|
||||
Player.isJetting()
|
||||
Player.isJumping()
|
||||
|
||||
Loading…
Reference in a new issue