TOUCH INVALID FACE
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: integer TOUCH_INVALID_FACE = 0xFFFFFFFF;The integer constant TOUCH_INVALID_FACE has the value 0xFFFFFFFF
Returned by llDetectedTouchFace when the touch position is not valid.
Specifically when...
- The avatar's viewer does not support face touch detection.
- The touch has moved off the surface of the prim.
- The triggering event is not a touch event.
Deep Notes
History
- Introduced in SVN:1167 r96080 Branch:viewer_1-21-2 Tuesday, 09 September 2008
- Merged into Trunk SVN:1169 r96492 Branch:{{{branch}}} Thursday, 11 September 2008

