LlPassTouches

From Second Life Wiki

Jump to: navigation, search

Function: llPassTouches( integer pass );

154 Function ID
0.0 Delay
10.0 Energy

Sets pass-touches prim attribute.

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


The default is FALSE if there is no script to handle the touch events.

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.

Examples

See Also

Events

•  touch_start
•  touch
•  touch_end

Functions

•  llPassCollisions
Personal tools