Difference between revisions of "LlPassCollisions"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
{{LSL_Function
{{LSL_Function
|inject-2={{Issues/SVC-3306}}
|inject-2={{Issues/SVC-3306}}{{LSL Constant/Pass|pass|Collisions|default=PASS_IF_NOT_HANDLED}}
|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|p1_desc=integer in the interval {{Interval|gte=0|lte=2|center=pass}}|p1_hover=integer in the interval {{Interval/Text|gte=0|lte=2|center=pass}}
|func=llPassCollisions|p1_type=integer|p1_name=pass
|func_footnote=
|func_footnote
{{{!}}{{prettytable}}
{{!}}-{{hl2}}
! Value
! {{LSLGC|Collision|collision}} Script
! No {{LSLGC|Collision|collision}} Script
! Description
{{!}}-
{{!}} 0
{{!}} {{no|not passed}}
{{!}} {{yes|passed}}
{{!}} '''Default:''' Collisions are not passed on to the root while there is a script in the prim.
{{!}}-
{{!}} 1
{{!}} {{yes|passed}}
{{!}} {{yes|passed}}
{{!}} Collisions are passed from children on to the root.
{{!}}-
{{!}} 2
{{!}} {{no|not passed}}
{{!}} {{no|not passed}}
{{!}} Collisions are never passed on to the root.
{{!}}}
|func_desc=Sets the pass-collisions [[prim]] attribute.
|func_desc=Sets the pass-collisions [[prim]] attribute.
|return_text
|return_text

Revision as of 17:51, 1 January 2016

Summary

Function: llPassCollisions( integer pass );

Sets the pass-collisions prim attribute.

• integer pass

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)

Signature

function void llPassCollisions( integer pass );