ll.SitTarget(Offset: vector, Rotation: quaternion) : ()
Set the sit location for this object. If offset == ZERO_VECTOR, clears the sit target.
ll.SitTarget(vector(1,1,1), quaternion(0,0,0,1))
{
"def": "func",
"desc": "Set the sit location for this object. If offset == ZERO_VECTOR, clears the sit target.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlSitTarget",
"name": "SitTarget",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Offset",
"desc": "",
"type": [
"vector"
],
"variadic": false,
"optional": false
},
{
"def": "arg",
"name": "Rotation",
"desc": "",
"type": [
"quaternion"
],
"variadic": false,
"optional": false
}
]
}
]
}