Skip to content

llSetForce

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

Sets Force on object, in object-local coordinates if Local == TRUE (otherwise, the region reference frame is used).

Only works on physical objects.