Tribes2-SCP / Torque3D

Tribes 2 engine implementation based on the MIT Licensed Open Source version of Torque 3D from GarageGames
http://torque3d.org
0 stars 0 forks source link

getControlObjectSpeed #12

Open Ragora opened 8 years ago

Ragora commented 8 years ago

Torque3D is missing getControlObjectSpeed which returns the total speed that the current control object is moving at as a single float. This is a clientside function that is to be invoked as such:

%speed = getControlObjectSpeed();