Difference between revisions of "LlMapTouch"

From Second Life Wiki
Jump to navigation Jump to search
(New page: vector llMapTouch ( ); Provides the relative coordinates of a touch. Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.)
 
Line 4: Line 4:


Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.
Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.
{{LSL_Function|func_id|mode=request|func_sleep=0.1|func_energy=10.0|func=llMapTouch|sort=MapTouch
|func_desc=Provides the relative coordinates of a touch.  Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.}}

Revision as of 18:38, 4 June 2007

vector llMapTouch ( );

Provides the relative coordinates of a touch.

Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.

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

Summary

Function: llMapTouch( );
REQUEST Function ID
0.1 Forced Delay
10.0 Energy

Provides the relative coordinates of a touch. Returns a vector with the coordinates of where an avatar touched within the bounday of a prim.

Caveats

  • This function causes the script to sleep for 0.1 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

//function void llMapTouch();