Difference between revisions of "LlPassTouches"

From Second Life Wiki
Jump to navigation Jump to search
(caveat)
Line 6: Line 6:
|return_text
|return_text
|spec
|spec
|caveats
|caveats=This has no effect if the child prim has no touch events in it.  Touches are passed to the parent always when there is no touch event script in the child, no matter what this is set to.  If you want to block touches from a child, you must add a script with a touch event in the child instead of using this function.
|constants
|constants
|examples
|examples

Revision as of 05:11, 25 April 2007

Summary

Function: llPassTouches( integer pass );

Sets pass-touches prim attribute.

• integer pass boolean, if TRUE, touches are passed from children on to parents

default is FALSE

Caveats

This has no effect if the child prim has no touch events in it. Touches are passed to the parent always when there is no touch event script in the child, no matter what this is set to. If you want to block touches from a child, you must add a script with a touch event in the child instead of using this function.

All Issues ~ Search JIRA for related Bugs

Examples

See Also

Events

•  touch_start
•  touch
•  touch_end

Functions

•  llPassCollisions

Deep Notes

Search JIRA for related Issues

Signature

function void llPassTouches( integer pass );