Difference between revisions of "Touch rendered"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 27: Line 27:
|also_articles
|also_articles
|also_footer
|also_footer
|notes
|notes= This is not different that a regular touch event.
|mode=request
|mode=request
|deprecated
|deprecated

Latest revision as of 09:41, 10 July 2008

Emblem-important-yellow.png LSL Feature Request
The described event does not exist. This article is a feature request.

Description

Event: touch_rendered( integer type, key id, vector pos ){ ; }

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.

Deep Notes

Signature