Difference between revisions of "LlSetAngularVelocity"

From Second Life Wiki
Jump to navigation Jump to search
m (templatize)
m
Line 14: Line 14:
|helpers
|helpers
|also_functions=
|also_functions=
{{LSL DefineRow||[[llApplyRotationalImpulse]]}}
{{LSL DefineRow||[[llSetVelocity]]|}}
{{LSL DefineRow||[[llSetVelocity]]|}}
|notes
|notes

Revision as of 08:58, 20 July 2012

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 );