Difference between revisions of "LlTrackTouches"

From Second Life Wiki
Jump to navigation Jump to search
Line 10: Line 10:
|return_text=which can be used to unset the corresponding llTrackTouches callback
|return_text=which can be used to unset the corresponding llTrackTouches callback
|p1_type=key|p1_name=avatar|p1_desc
|p1_type=key|p1_name=avatar|p1_desc
|p2_type|p2_name|p2_desc
|p3_type|p3_name|p3_desc
|p4_type|p4_name|p4_desc
|p5_type|p5_name|p5_desc
|p6_type|p6_name|p6_desc
|p7_type|p7_name|p7_desc
|p8_type|p8_name|p8_desc
|p9_type|p9_name|p9_desc
|p10_type|p10_name|p10_desc
|p11_type|p11_name|p11_desc
|p12_type|p12_name|p12_desc
|constants
|constants
|spec
|spec
Line 39: Line 28:
|permission
|permission
|negative_index
|negative_index
|cat1=Requires_Permissions
|cat2
|cat3
|cat4
|cat5
|cat6
}}
}}

Revision as of 20:43, 16 April 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 Removes a touch tracker

Deep Notes

Search JIRA for related Issues

Signature

//function integer llTrackTouches( key avatar );