llGetParcelPrimOwners
function ll.GetParcelPrimOwners(Position: vector): {any}Returns 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.
Parameters
-
Position(vector)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.GetParcelPrimOwners().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llGetParcelPrimOwners