TOUCH INVALID FACE

From Second Life Wiki
Jump to navigation Jump to search

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