llTrackTouches

From Second Life Wiki
Revision as of 09:40, 10 July 2008 by Destiny Niles (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: integer llTrackTouches( key avatar );

Sets a callback for touches rendered ingame, initiated by avatar
Returns an integer which can be used to unset the corresponding llTrackTouches callback

• key avatar

Examples

Notes

This is not different that a regular touch event.

See Also

Events

•  touch_rendered

Functions

•  llTrackTouchesRemove Removes a touch tracker

Deep Notes

Search JIRA for related Issues

Signature

//function integer llTrackTouches( key avatar );