llSetVelocity
LSLvoid 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
| Type | Name |
|---|---|
| vector | vel |
| integer | local |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
string llKey2Name(key id)
void llRegionSayTo(string target, integer channelID, string text)
vector llRot2Euler(rotation r)
integer llGetUnixTime()
float llGetTextureRot(integer side)
string llGetUsername(key id)
integer llDetectedGroup(integer number)
list llList2List(list src, integer start, integer end)