ll.ResetLandPassList () -> ()Removes all residents from the land access/pass list.
ll.ResetLandPassList()
{
"def": "func",
"desc": "Removes all residents from the land access/pass list.",
"energy": 10,
"sleep": 0.1,
"must_use": false,
"link": "https://wiki.secondlife.com/wiki/LlResetLandPassList",
"private": false,
"takesSelf": false,
"name": "ResetLandPassList",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "()"
}
],
"optional": false
}
],
"args": []
}
]
}