PARCEL COUNT GROUP

From Second Life Wiki

Second Life Wiki > LSL Portal > Constants > PARCEL COUNT GROUP
Jump to: navigation, search

Contents

Description

Constant: integer PARCEL_COUNT_GROUP = 2;

The integer constant PARCEL_COUNT_GROUP has the value 2

Used with llGetParcelPrimCount to get the number of prims shared with or owned by the parcel group.

Caveats

  • Does not count prims owned by the parcel owner that are also shared with the group.
All Issues ~ Search JIRA for related Bugs

Related Articles

Constants

Category Description
PARCEL_COUNT_TOTAL 0 All prims on the parcel(s). Does not include temp on rez objects.
PARCEL_COUNT_OWNER 1 Prims owned by the parcel owner.
PARCEL_COUNT_GROUP 2 Prims not owned by the owner, but set to or owned by the group of the parcel.
PARCEL_COUNT_OTHER 3 Prims not set to group or owned by the owner.
PARCEL_COUNT_SELECTED 4 All prims selected or sat on.
PARCEL_COUNT_TEMP 5 All temp on rez objects.

Functions

•  llGetParcelPrimCount
•  llGetParcelMaxPrims

Deep Notes

Search JIRA for related Issues

Personal tools
In other languages