llPushObject

From Second Life Wiki
Revision as of 11:11, 15 April 2007 by Cron Stardust (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llPushObject( key id, vector impulse, vector ang_impulse, integer local );

Applies impulse and ang_impulse to object id

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

Examples

Notes

In this function "local axis" means local to the object/avatar referenced by the key, not local to the object containing the script.

Deep Notes

Search JIRA for related Issues

Signature

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