ll.SetSitText(Text: string) : ()
Displays Text rather than 'Sit' in the viewer's context menu.
ll.SetSitText('test')
{
"def": "func",
"desc": "Displays Text rather than 'Sit' in the viewer's context menu.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSetSitText",
"name": "SetSitText",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}