Difference between revisions of "LlTrackTouches"

From Second Life Wiki
Jump to navigation Jump to search
Line 27: Line 27:
|helpers
|helpers
|also_header
|also_header
|also_functions
|also_functions=llTrackTouchesRemove
|also_tests
|also_tests
|also_events=touch_rendered
|also_events=touch_rendered

Revision as of 12:25, 30 March 2007

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

See Also

Events

touch_rendered

Functions

llTrackTouchesRemove

Deep Notes

Search JIRA for related Issues

Signature

//function integer llTrackTouches( key avatar );