Difference between revisions of "LlGetParcelPrimOwners"

From Second Life Wiki
Jump to navigation Jump to search
Line 2: Line 2:
|func_id=324|func_sleep=2.0|func_energy=10.0
|func_id=324|func_sleep=2.0|func_energy=10.0
|func=llGetParcelPrimOwners|return_type=list|p1_type=vector|p1_name=pos
|func=llGetParcelPrimOwners|return_type=list|p1_type=vector|p1_name=pos
|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 with individual prim counts. <br/>The list is formatted as [ key agentKey1, integer agentCount1, key agentKey2, integer agentCount2, ... ], and sorted by agent [[UUID|key]] with a maximum of 100 strides.
|return_text=of all residents who own objects on the parcel at '''pos''' and with individual prim counts. <br/>The list is formatted as [ key agentKey1, integer agentCount1, key agentKey2, integer agentCount2, ... ], and sorted by agent [[UUID|key]] with a maximum of 100 strides.
|func_footnote=Requires owner-like permissions for the parcel.
|spec
|spec
|caveats
|caveats=*The object must be owned by the land owner or if the land is owned by a group then it must be deeded to the group or owned by a group officer (or similar rank).
|constants
|constants
|examples
|examples
Line 16: Line 16:
|notes
|notes
|permission
|permission
|negative_index
|sort=GetParcelPrimOwners
|cat1=Parcel
|cat1=Parcel
|cat2=Owner
|cat2=Owner

Revision as of 16:02, 31 August 2007

Summary

Function: list llGetParcelPrimOwners( vector pos );

Returns a list of all residents who own objects on the parcel at pos and with individual prim counts.
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.
  • The object must be owned by the land owner or if the land is owned by a group then it must be deeded to the group or owned by a group officer (or similar rank).
All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Search JIRA for related Issues

Signature

function list llGetParcelPrimOwners( vector pos );