ll.ResetLandPassList

ll.ResetLandPassList() : ()

Removes all residents from the land access/pass list.

Example

ll.ResetLandPassList()
{
  "def": "func",
  "desc": "Removes all residents from the land access/pass list.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlResetLandPassList",
  "name": "ResetLandPassList",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": []
    }
  ]
}

< Back to ll