Difference between revisions of "LlPassCollisions"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 48: Line 48:
|permission
|permission
|issues
|issues
|history=
* Introduction: ?
* Change: {{Jira|SVC-5923}} - Server version 1.40.2 - New {{LSLPT|pass}} value added: 2
|cat1=Collision
|cat1=Collision
|cat2=Prim
|cat2=Prim

Revision as of 17:48, 1 January 2016

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