ll.DetectedTouchST(Index: number) : vector
Returns a vector that is the surface coordinates where the prim was touched. The X and Y vector positions contain the horizontal (S) and vertical (T) face coordinates respectively. Each component is in the interval [0.0, 1.0]. TOUCH_INVALID_TEXCOORD is returned if the surface coordinates cannot be determined (e.g. when the viewer does not support this function).
ll.DetectedTouchST(2)
{
"def": "func",
"desc": "Returns a vector that is the surface coordinates where the prim was touched.\nThe X and Y vector positions contain the horizontal (S) and vertical (T) face coordinates respectively.\nEach component is in the interval [0.0, 1.0].\nTOUCH_INVALID_TEXCOORD is returned if the surface coordinates cannot be determined (e.g. when the viewer does not support this function).",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlDetectedTouchST",
"name": "DetectedTouchST",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"vector"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Index",
"desc": "Index of detection information",
"type": [
"integer",
"number"
],
"variadic": false,
"optional": false
}
]
}
]
}