llPushObject

From Second Life Wiki
Revision as of 05:43, 20 July 2007 by Anylyn Hax (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llPushObject( key target, vector impulse, vector ang_impulse, integer local );
0.0 Forced Delay
10.0 Energy

Applies impulse and ang_impulse to object id

• key target Avatar or object UUID in the sim
• vector impulse
• vector ang_impulse angular impulse
• integer local boolean, if TRUE uses the local axis of target, if FALSE uses the region axis.

Examples

Notes

QUESTION: If this function is restricted in "My Land" is it allso restric ted for the owner?

Deep Notes

Signature

function void llPushObject( key target, vector impulse, vector ang_impulse, integer local );