Forgot? Join

Scripting

LSL Guide

Every script function this grid actually runs, read straight from the region software rather than copied from a wiki — including the wolf* functions that exist only here.

Functions · Constants

llDetectedTouchUV

LSL
vector llDetectedTouchUV(integer index)

Returns a vector that is the texture coordinates for where the prim was touched.\ The X and Y vector positions contain the U and V face coordinates respectively.\ TOUCH_INVALID_TEXCOORD is returned if the touch UV coordinates cannot be determined (e.g. when the viewer does not support this function).

Parameters

TypeName
integer index
Energy 10

The Linden Scripting Library — what every SL-compatible grid provides.

More in LSL