ll.AddToLandPassList

ll.AddToLandPassList(ID: uuid, Hours: number) : ()

Add avatar ID to the land pass list, for a duration of Hours.

Example

ll.AddToLandPassList(uuid(<key>), 3.14)
{
  "def": "func",
  "desc": "Add avatar ID to the land pass list, for a duration of Hours.",
  "energy": 10,
  "sleep": 0,
  "pure": false,
  "link": "https://wiki.secondlife.com/wiki/LlAddToLandPassList",
  "name": "AddToLandPassList",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "()"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "ID",
          "desc": "Agent UUID to add to pass-list.",
          "type": [
            "uuid",
            "string"
          ],
          "variadic": false,
          "optional": false
        },
        {
          "def": "arg",
          "name": "Hours",
          "desc": "Period, in hours, to allow the avatar for.",
          "type": [
            "number"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll