Difference between revisions of "LlPassTouches"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|examples
|examples
|helpers
|helpers
|also_functions=*{{LSLG|llPassCollisions}}
|also_functions=
|also_events
|also_events=
{{LSL DefineRow||[[touch_start]]|}}
{{LSL DefineRow||[[touch]]|}}
{{LSL DefineRow||[[touch_end]]|}}
|also_functions=
{{LSL DefineRow||[[llPassCollisions]]|}}
|also_tests
|also_tests
|also_articles
|also_articles

Revision as of 19:30, 2 March 2007

Summary

Function: llPassTouches( integer <span title="boolean, if TRUE, touches are passed from children on to parents" style="border-bottom:1px dotted; cursor:help;">pass );

Sets pass-touches prim attribute.

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

default is FALSE

Examples

See Also

Events

•  touch_start
•  touch
•  touch_end

Functions

•  llPassCollisions

Deep Notes

Search JIRA for related Issues

Signature

function void llPassTouches( integer pass );