ll.GetLandOwnerAt (Position: vector) -> uuidReturns 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.
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,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetLandOwnerAt",
"private": false,
"takesSelf": false,
"name": "GetLandOwnerAt",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "uuid"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Position",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
}
]
}
]
}