llPassCollisions
function ll.PassCollisions(Pass: number)Configures how collision events are passed to scripts in the linkset.
If Pass == TRUE, collisions involving collision-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such collisions will only trigger events in the affected child prim.
Parameters
-
Pass(number) - Boolean, if TRUE, collisions are passed from children on to parents.
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.PassCollisions().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llPassCollisions