llSetAngularVelocity

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: llSetAngularVelocity( vector force, integer local );

Applies rotational velocity to object.

• vector force
• integer local boolean, if TRUE force is treated as a local directional vector, if FALSE force is treated as a region directional vector

Caveats

Examples

See Also

Functions

•  llApplyRotationalImpulse
•  llSetVelocity

Deep Notes

Search JIRA for related Issues

Signature

function void llSetAngularVelocity( vector force, integer local );