Difference between revisions of "PARCEL COUNT GROUP"
Jump to navigation
Jump to search
m (caveat needs verification) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{LSL Constant | |||
|name={{PAGENAMEE}} | |name={{PAGENAMEE}} | ||
|type=integer | |type=integer | ||
|value=2 | |value=2 | ||
|desc=Used with llGetParcelPrimCount to get the | |desc=Used with [[llGetParcelPrimCount]] to get the total land impact of objects 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. | |caveats=*Does not count prims owned by the parcel owner that are also shared with the group. | ||
|examples | |examples | ||
Line 9: | Line 9: | ||
{{LSL DefineRow||[[llGetParcelPrimCount]]}} | {{LSL DefineRow||[[llGetParcelPrimCount]]}} | ||
{{LSL DefineRow||[[llGetParcelMaxPrims]]}} | {{LSL DefineRow||[[llGetParcelMaxPrims]]}} | ||
|constants={{ | |constants={{LSL Constants/Parcel Prim Count}} | ||
|events | |events | ||
|cat1=Parcel/Prim Count | |cat1=Parcel/Prim Count |
Latest revision as of 20:37, 23 December 2013
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_COUNT_GROUP = 2;The integer constant PARCEL_COUNT_GROUP has the value 2
Used with llGetParcelPrimCount to get the total land impact of objects 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.
Related Articles
Constants
Category | Description | |
---|---|---|
PARCEL_COUNT_TOTAL | 0 | All objects on the parcel(s). Does not include temp on rez objects. |
PARCEL_COUNT_OWNER | 1 | Objects owned by the parcel owner. |
PARCEL_COUNT_GROUP | 2 | Objects not owned by the owner, but set to or owned by the group of the parcel. |
PARCEL_COUNT_OTHER | 3 | Objects not set to group or owned by the owner. |
PARCEL_COUNT_SELECTED | 4 | All objects selected or sat on. |
PARCEL_COUNT_TEMP | 5 | All temp on rez objects. |
Functions
• | llGetParcelPrimCount | |||
• | llGetParcelMaxPrims |