llPassCollisions

From Second Life Wiki
Jump to navigation Jump to search

Summary

Function: llPassCollisions( integer pass );
0.0 Forced Delay
10.0 Energy

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

Signature

function void llPassCollisions( integer pass );