Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llSetVelocity

LSL
void llSetVelocity(vector vel, integer local)

If the object is physics-enabled, sets the object's linear velocity to Velocity.\ If Local==TRUE, Velocity is treated as a local directional vector; otherwise, Velocity is treated as a global directional vector.

Parameters

TypeName
vector vel
integer local
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL