ll.RemoveFromLandPassList(AvatarID: uuid) : ()
Remove avatar from the land pass list. Remove specified avatar from the land parcel pass list.
ll.RemoveFromLandPassList(uuid(<key>))
{
"def": "func",
"desc": "Remove avatar from the land pass list.\nRemove specified avatar from the land parcel pass list.",
"energy": 10,
"sleep": 0,
"pure": false,
"link": "https://wiki.secondlife.com/wiki/LlRemoveFromLandPassList",
"name": "RemoveFromLandPassList",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"()"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
"uuid",
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}