Difference between revisions of "LlPushObject"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 18: Line 18:
|also_tests
|also_tests
|also_articles
|also_articles
|notes
|notes=QUESTION: If this function is restricted in "My Land" is it allso restric ted for the owner?
|permission
|permission
|negative_index
|negative_index

Revision as of 04:43, 20 July 2007

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