llSetForceAndTorque
void llSetForceAndTorque(vector Force, vector Torque, integer Local)Sets the Force and Torque of object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).
Only works on physical objects.
Parameters
-
Force(vector) - Directional force.
-
Torque(vector) - Torque force.
-
Local(integer) - Boolean, if TRUE uses local axis, if FALSE uses region axis.
Examples
Section titled “Examples”Add example usage here.
Add additional notes, caveats, or tips here.
See Also
Section titled “See Also”- Related pages can be linked here