Skip to content

llPassTouches

void llPassTouches(integer Pass)

Configures how touch events are passed to scripts in the linkset.

If Pass == TRUE, touches involving touch-handling scripted child prims are also passed on to the root prim. If Pass == FALSE (default behavior), such touches will only trigger events in the affected child prim.

Parameters
Pass (integer)
Boolean, if TRUE, touches are passed from children on to parents.
  • A new pass value was introduced in server version 1.40.2 (see SVC-5923)
  • [touch_start]
  • [touch]
  • [touch_end]
  • [llPassCollisions]