ll.GetParcelPrimOwners (Position: vector) -> listReturns a list of up to 100 residents who own objects on the parcel at Position, with per-owner land impact totals. Requires owner-like permissions for the parcel, and for the script owner to be present in the region. The list is formatted as [ key agentKey1, integer agentLI1, key agentKey2, integer agentLI2, ... ], sorted by agent key. The integers are the combined land impacts of the objects owned by the corresponding agents.
ll.GetParcelPrimOwners(vector(1,1,1))
{
"def": "func",
"desc": "Returns a list of up to 100 residents who own objects on the parcel at Position, with per-owner land impact totals.\nRequires owner-like permissions for the parcel, and for the script owner to be present in the region.\nThe list is formatted as [ key agentKey1, integer agentLI1, key agentKey2, integer agentLI2, ... ], sorted by agent key.\nThe integers are the combined land impacts of the objects owned by the corresponding agents.",
"energy": 10,
"sleep": 2,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetParcelPrimOwners",
"private": false,
"takesSelf": false,
"name": "GetParcelPrimOwners",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "list"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Position",
"desc": "",
"type": [
{
"def": "simple",
"value": "vector"
}
],
"variadic": false,
"optional": false
}
]
}
]
}