ll.GetLandOwnerAt

ll.GetLandOwnerAt(Position: vector) : uuid

Returns the key of the land owner, returns NULL_KEY if public. Returns the key of the land owner at Position, or NULL_KEY if public.

Example

ll.GetLandOwnerAt(vector(1,1,1))
{
  "def": "func",
  "desc": "Returns the key of the land owner, returns NULL_KEY if public.\nReturns the key of the land owner at Position, or NULL_KEY if public.",
  "energy": 10,
  "sleep": 0,
  "pure": true,
  "link": "https://wiki.secondlife.com/wiki/LlGetLandOwnerAt",
  "name": "GetLandOwnerAt",
  "signatures": [
    {
      "result": [
        {
          "name": "",
          "def": "result",
          "desc": "",
          "variadic": false,
          "type": [
            "uuid"
          ],
          "optional": false
        }
      ],
      "args": [
        {
          "def": "arg",
          "name": "Position",
          "desc": "",
          "type": [
            "vector"
          ],
          "variadic": false,
          "optional": false
        }
      ]
    }
  ]
}

< Back to ll