From Second Life Wiki
Template:Needs Translation/LSL/de
Template:Needs Translation/LSL/es
Template:Needs Translation/LSL/el
Template:Needs Translation/LSL/fr
Template:Needs Translation/LSL/he
Template:Needs Translation/LSL/it
Template:Needs Translation/LSL/ko
Template:Needs Translation/LSL/nl
Template:Needs Translation/LSL/hu
Template:Needs Translation/LSL/no
Template:Needs Translation/LSL/da
Template:Needs Translation/LSL/sv
Template:Needs Translation/LSL/tr
Template:Needs Translation/LSL/pl
Template:Needs Translation/LSL/pt
Template:Needs Translation/LSL/ru
Template:Needs Translation/LSL/uk
Template:Needs Translation/LSL/zh-Hans
Template:Needs Translation/LSL/zh-Hant
/LSL
DetectedTouchNormal
llDetectedTouchNormal
Summary
Function: vector llDetectedTouchNormal( integer index );
Returns a vector that is the surface normal (perpendicular to the surface) where the touch event was triggered.
| • integer
| index
| –
| Index of detection information
|
|
index does not support negative indexes.
For the touch category of events only. The prim that was touched may not be the prim receiving the event, use llDetectedLinkNumber to check for this; likewise you can use llDetectedTouchFace to determine which face was touched.
Caveats
- If index is out of bounds the script continues to execute without an error message.
- TOUCH_INVALID_VECTOR is returned when...
- The avatar's viewer does not support face touch detection.
- The touch has moved off the surface of the prim.
- The event triggered is not a touch event.
Search JIRA for related Bugs
See Also
Events
Functions
Articles