ll.AvatarOnSitTarget() : uuid
If an avatar is seated on the sit target, returns the avatar's key, otherwise NULL_KEY. This only will detect avatars sitting on sit targets defined with llSitTarget.
ll.AvatarOnSitTarget()
{
"def": "func",
"desc": "If an avatar is seated on the sit target, returns the avatar's key, otherwise NULL_KEY.\nThis only will detect avatars sitting on sit targets defined with llSitTarget.",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlAvatarOnSitTarget",
"name": "AvatarOnSitTarget",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"uuid"
],
"optional": false
}
],
"args": []
}
]
}