Difference between revisions of "LlPushObject"

From Second Life Wiki
Jump to navigation Jump to search
(Clearing up confusion on "local" axis)
Line 18: Line 18:
|also_tests
|also_tests
|also_articles
|also_articles
|notes
|notes=In this function "local axis" means local to the avatar, not local to the object containing the script.
|permission
|permission
|negative_index
|negative_index

Revision as of 11:10, 15 April 2007

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 avatar, 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 );