Functions Documentation
View Function Edit Function
Name sysVectorSpeed
Syntax (sysVectorSpeed velVector)
Argument List velVector - a velocity vector
Returns number - an integer representing a speed (in % of c)
Category vector operator, system
Description A very useful function to transform messy velVectors into human readable speeds.
Example (sysVectorSpeed (objGetVel gPlayerShip))
Returns the speed the playership is travelling at (in % of c)
Comment Another useful wrapper function when dealing with velVectors.