llPassTouches

From Second Life Wiki
Jump to navigation Jump to search

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