Skip to content

llSetAngularVelocity

void llSetAngularVelocity(vector AngVel, integer Local)

Sets an object's angular velocity to AngVel, in local coordinates if Local == TRUE (if the script is physical).

Has no effect on non-physical objects.

Parameters
AngVel (vector)
The angular velocity to set the object to.
Local (integer)
If TRUE, the AngVel is treated as a local directional vector instead of a regional directional vector.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here