llApplyImpulse
LSLvoid llApplyImpulse(vector force, integer local)
Applies impulse to the object.\ If Local == TRUE, apply the Force in local coordinates; otherwise, apply the Force in global coordinates.\ This function only works on physical objects.
Parameters
| Type | Name |
|---|---|
| vector | force |
| integer | local |
Energy
10
The Linden Scripting Library — what every SL-compatible grid provides.
More in LSL
void llMakeFountain(integer particles, float scale, float vel, float lifetime, float arc, integer bounce, string texture, vector offset, float bounce_offset)
integer llGetObjectPrimCount(key objectId)
integer llGetLinkNumberOfSides(integer link)
vector llGetTextureScale(integer side)
key llKeysKeyValue(integer first, integer count)
void llSetClickAction(integer action)
string llList2CSV(list src)
list llListReplaceList(list dest, list src, integer start, integer end)