llSetAngularVelocity

From Second Life Wiki
Revision as of 13:16, 10 June 2012 by Strife Onizuka (talk | contribs) (templatize)
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

•  llSetVelocity

Deep Notes

Search JIRA for related Issues

Signature

function void llSetAngularVelocity( vector force, integer local );