TOUCH INVALID FACE

From Second Life Wiki
Revision as of 01:05, 13 September 2008 by Strife Onizuka (talk | contribs) (New page: {{LSL Constant |mode=pre-release |name=TOUCH_INVALID_FACE |type=integer |value={{LSL Hex|0xFFFFFFFF|-1}} |desc=Returned by llDetectedTouchFace when the [[LSL Touch Position|touch posit...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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