Difference between revisions of "LlSetVelocity"

From Second Life Wiki
Jump to navigation Jump to search
m
m (added date of release)
Line 19: Line 19:
|cat3
|cat3
|cat4
|cat4
|history = Date of Release  [[ Release_Notes/Second_Life_Server/11#11.08.10.238207 | 10/08/2011 ]]
}}
}}

Revision as of 12:26, 25 June 2013

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