llSetVelocity

From Second Life Wiki
Revision as of 12:26, 25 June 2013 by Miranda Umino (talk | contribs) (added date of release)
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, if FALSE force is treated as a region directional vector

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

Caveats

Examples

See Also

Functions

•  llSetAngularVelocity
•  llSetForce Set continuous force

Deep Notes

History

Date of Release 10/08/2011

Search JIRA for related Issues

Signature

function void llSetVelocity( vector force, integer local );