Difference between revisions of "LlTrackTouches"

From Second Life Wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|func_energy
|func_energy
|sort
|sort
|func_desc=
|func_desc=Sets a callback for touches rendered ingame, initiated by '''avatar'''
|func_footnote
|func_footnote
|return_type
|return_type=integer
|return_text
|return_text=which can be used to unset the corresponding llTrackTouches callback
|p1_type=key|p1_name=avatar|p1_desc=Sets a callback for touches rendered ingame, initiated by '''avatar'''
|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 27: Line 16:
|helpers
|helpers
|also_header
|also_header
|also_functions
|also_functions={{LSL DefineRow||{{LSLG|llTrackTouchesRemove}}|Removes a touch tracker}}
|also_tests
|also_tests
|also_events
|also_events={{LSL DefineRow||{{LSLG|touch_rendered}}|}}
|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
Line 39: Line 28:
|permission
|permission
|negative_index
|negative_index
|cat1=LSL_Requires_Permissions
|cat2
|cat3
|cat4
|cat5
|cat6
}}
}}

Latest revision as of 09:40, 10 July 2008

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 );