Skip to content

llSetForceAndTorque

Function Syntax
void llSetForceAndTorque(
  1. vector Force, // Directional force.
  2. vector Torque, // Torque force.
  3. integer Local // Boolean, if TRUE uses local axis, if FALSE uses region axis.
);

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.