TOKRB_SetVelocity(RigidBody%,X#,Y#,Z#) |
Parameters: RigidBody% = Rigid Body handle X# = X velocity Y# = Y velocity Z# = Z velocity |
Return value: None |
Description: Sets the absolute velocity of the rigid body. This will work the same regardless of the mass of the object. However, this is not recommended, because it often times doesn't look as realistic as using TOKRB_SetForce(). |