llSetVelocity

From Second Life Wiki
Revision as of 21:54, 19 August 2011 by Draconis Neurocam (talk | contribs) (creating page for posterity)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Function: llSetVelocity( vector force, integer local );

Applies velocity to object

• vector force
• integer local boolean, if TRUE, force is treated as a local directional vector instead of region directional vector.

Instantaneous velocity not dependent on object energy or mass. llSetForce has continuous push.

Caveats

  • Object must be physical.
All Issues ~ Search JIRA for related Bugs

Examples

See Also

Functions

•  llSetAngularVelocity
•  llSetForce Set continuous force

Deep Notes

Search JIRA for related Issues

Signature

function void llSetVelocity( vector force, integer local );