llMapTouch

From Second Life Wiki
Jump to navigation Jump to search

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