ll.AvatarOnSitTarget () -> uuidIf 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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlAvatarOnSitTarget",
"private": false,
"takesSelf": false,
"name": "AvatarOnSitTarget",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": []
}
]
}