LlPassTouches

From Second Life Wiki

Second Life Wiki > LSL Portal > Built-in Functions > LlPassTouches (Redirected from LSL llPassTouches)
Jump to: navigation, search

Contents

Description

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
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.
Personal tools