Difference between revisions of "LlPassCollisions"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
|inject-2={{Issues/SVC-3306}}{{LSL_Function/boolean|pass|if=*|td=collisions are passed from children on to the root|fd=collisions are not passed on to the root}}
|inject-2={{Issues/SVC-3306}}{{LSL_Function/boolean|pass|if=*|td=collisions are passed from children on to the root|fd=collisions are not passed on to the root}}
|func_id=166|func_sleep=0.0|func_energy=10.0
|func_id=166|func_sleep=0.0|func_energy=10.0
|func=llPassCollisions|p1_type=integer|p1_name=pass
|func=llPassCollisions|p1_type=integer|p1_subtype=boolean|p1_name=pass
|func_footnote=The default is [[FALSE]] if there is no script to handle the collision events in the prim.
|func_footnote=The default is [[FALSE]] if there is no script to handle the collision events in the prim.
|func_desc=Sets pass-collisions [[prim]] attribute.
|func_desc=Sets pass-collisions [[prim]] attribute.

Revision as of 00:16, 23 December 2013

Summary

Function: llPassCollisions( integer pass );

Sets pass-collisions prim attribute.

• integer pass If TRUE collisions are passed from children on to the root, if FALSE collisions are not passed on to the root

The default is FALSE if there is no script to handle the collision events in the prim.

Examples

See Also

Deep Notes

All Issues

~ Search JIRA for related Issues
   Add enumeration to llPassCollisions() to provide PASS_ALWAYS, PASS_IF_NOT_HANDLED, and PASS_NEVER as explicit options.
(Was: Collisions passed to parent REGARDLESS llPassCollisions(FALSE) in child)

Signature

function void llPassCollisions( integer pass );