PARCEL COUNT OTHER

From Second Life Wiki
Revision as of 09:33, 16 April 2009 by Strife Onizuka (talk | contribs) (New page: {{LSL Constants/Parcel Prim Count}}{{LSL Constant |name={{PAGENAMEE}} |type=integer |value=3 |desc=Used with llGetParcelPrimCount to return all prims not set to group or owned by the o...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.

Description

Constant: integer PARCEL_COUNT_OTHER = 3;

The integer constant PARCEL_COUNT_OTHER has the value 3

Used with llGetParcelPrimCount to return all prims not set to group or owned by the owner.

Related Articles

Constants

Functions

•  llGetParcelPrimCount
•  llGetParcelMaxPrims

Deep Notes

Search JIRA for related Issues

Signature

integer PARCEL_COUNT_OTHER = 3;