llPassCollisions

From Second Life Wiki
Revision as of 17:48, 1 January 2016 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: llPassCollisions( integer pass );

Sets the pass-collisions prim attribute.

• integer pass integer in the interval [0, 2]

Value collision Script No collision Script Description
0 not passed passed Default: Collisions are not passed on to the root while there is a script in the prim.
1 passed passed Collisions are passed from children on to the root.
2 not passed not passed Collisions are never passed on to the root.

Examples

See Also

Deep Notes

History

  • Introduction: ?
  • Change: SVC-5923 - Server version 1.40.2 - New pass value added: 2

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)

Footnotes

  1. ^ The ranges in this article are written in Interval Notation.

Signature

function void llPassCollisions( integer pass );