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 llSetCameraEyeOffset(vector offset)
key llRequestInventoryData(string name)
void llCollisionSprite(string impact_sprite)
string llHMAC(string private_key, string message, string algo)
float llGetGMTclock()
void llEjectFromLand(key avatarId)
void llSetTimerEvent(float sec)
void llSetAngularVelocity(vector angularVelocity, integer local)