Touch rendered
From Second Life Wiki
Second Life Wiki > Touch rendered
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
| | LSL Feature Request |
| The described event does not exist. This article is a feature request. |
Contents |
Description
Event: touch_rendered( integer type, key id, vector pos ){ ; }| REQUEST | Event ID |
Raised when a mouseclick from an avatar specified by llTrackTouches is rendered ingame
| • integer | type | – | 0 for ground, 1 for object, or 2 for avatar | |
| • key | id | – | Key of the touched object or avatar, NULL_KEY otherwise | |
| • vector | pos | – | Position of mouseclick rendered ingame |

