llGetParcelPrimOwners

From Second Life Wiki
Revision as of 03:28, 11 March 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

Summary

Function: list llGetParcelPrimOwners( vector pos );

Returns a list of all residents who own objects on the parcel at pos and the number of objects they own.
The list is formatted as [ key agentKey1, integer agentCount1, key agentKey2, integer agentCount2, ... ], and sorted by agent key with a maximum of 100 strides.

• vector pos

Requires owner-like permissions for the parcel.

Caveats

  • This function causes the script to sleep for 2.0 seconds.
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llGetParcelPrimOwners( vector pos );