TOKRB_SetForce2(RigidBody%,X#,Y#,Z#,XPos#,YPos#,ZPos#) |
Parameters: RigidBody% = Rigid Body handle X# = X force of impulse Y# = Y force of impulse Z# = Z force of impulse XPos# = X Position upon which the force is delivered YPos# = Y Position upon which the force is delivered ZPos# = Z Position upon which the force is delivered |
Return value: None |
Description: Similar to TOKRB_ApplyImpulse2() and TOKRB_SetForce(), this sets the absolute force of an object at a specific non-center point. This induces spin as well. |