ll.DetectedTouchST (Index: number) -> vectorReturns 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(3.14)
{
"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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlDetectedTouchST",
"private": false,
"takesSelf": false,
"name": "DetectedTouchST",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "vector"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Index",
"desc": "Index of detection information",
"type": [
{
"def": "simple",
"value": "number"
}
],
"variadic": false,
"optional": false
}
]
}
]
}