Touch rendered

From Second Life Wiki

Second Life Wiki > Touch rendered
Jump to: navigation, search

Template:Needs Translation/LSL/de Template:Needs Translation/LSL/es Template:Needs Translation/LSL/el Template:Needs Translation/LSL/fr Template:Needs Translation/LSL/he Template:Needs Translation/LSL/it Template:Needs Translation/LSL/ja Template:Needs Translation/LSL/ko Template:Needs Translation/LSL/nl Template:Needs Translation/LSL/hu Template:Needs Translation/LSL/no Template:Needs Translation/LSL/da Template:Needs Translation/LSL/sv Template:Needs Translation/LSL/tr Template:Needs Translation/LSL/pl Template:Needs Translation/LSL/pt Template:Needs Translation/LSL/ru Template:Needs Translation/LSL/uk Template:Needs Translation/LSL/zh-Hans Template:Needs Translation/LSL/zh-Hant

Image:Emblem-important-yellow.png 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
Delay

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

Examples

Notes

This is not different that a regular touch event.

Personal tools
In other languages