LlDetectedFace
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Description
Function: integer llDetectedFace( integer number );| REQUEST | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns an integer that is the number of the face the avatar clicked on. If not supported by the event, returns -1
| • integer | number | – | touch index |
number does not support negative indexes.
For the touch category of events only.
Notes
Should reduce prim-count for all button based gadgets. The data seems to be available anyway; it's used in the texture-selection mode of the object-"Edit"
This feature request is posted on JIRA at SVC-519[c]. Please go and vote for it if you want this issue implemented.
See also SCV-574[c] (deprecated) and SVC-1902[c] (active) for related solutions.

