llApplyImpulse

From Second Life Wiki
Revision as of 04:39, 28 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: llApplyImpulse( vector force, integer local );
0.0 Forced Delay
10.0 Energy

Applies impulse to object

• vector force
• integer local If TRUE, force is in local vector instead of global vector

Caveats

  • Object must be physical.

Examples

Deep Notes

Signature

function void llApplyImpulse( vector force, integer local );