LlSetVelocity: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Draconis Neurocam (talk | contribs)
creating page for posterity
(No difference)

Revision as of 21:54, 19 August 2011

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.

Examples

See Also

Functions

•  llSetAngularVelocity
•  llSetForce Set continuous force

Deep Notes

Signature

function void llSetVelocity( vector force, integer local );