Difference between revisions of "LlGetParcelPrimOwners"

From Second Life Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
|func_footnote=Requires owner-like permissions for the parcel.
|func_footnote=Requires owner-like permissions for the parcel.
|func_desc
|func_desc
|return_text=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 [[UUID|key]].
|return_text=of all residents who own objects on the parcel at '''pos''' and the number of objects they own. <br/>The list is formatted as [ key agentKey1, integer agentCount1, key agentKey2, integer agentCount2, ... ], and sorted by agent [[UUID|key]].
|spec
|spec
|caveats
|caveats

Revision as of 23:11, 5 March 2007

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.

• 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 );