ll.ResetLandBanList

ll.ResetLandBanList() : ()

Removes all residents from the land ban list.

Example

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

< Back to ll