TOUCH INVALID FACE

From Second Life Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Related Articles

Functions

•  llDetectedTouchFace

Deep Notes