Difference between revisions of "TOUCH INVALID FACE"

From Second Life Wiki
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 01:05, 13 September 2008

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