ll.SetTouchText(Text: string) : ()
Displays Text in the viewer context menu that acts on a touch.
ll.SetTouchText('test')
{
"def": "func",
"desc": "Displays Text in the viewer context menu that acts on a touch.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetTouchText",
"name": "SetTouchText",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}