Difference between revisions of "PARCEL COUNT OWNER"
Jump to navigation
Jump to search
(New page: {{LSL Constants/Parcel Prim Count}}{{LSL Constant |name={{PAGENAMEE}} |type=integer |value=1 |desc=Prims owned by the parcel owner. |examples |functions= {{LSL DefineRow||[[llGetParcelPrim...) |
m |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=1 | |value=1 | ||
|desc= | |desc=Used with [[llGetParcelPrimCount]] to get the number of prims owned by the parcel owner. | ||
|examples | |examples | ||
|functions= | |functions= | ||
Line 11: | Line 11: | ||
|events | |events | ||
|cat1=Parcel/Prim Count | |cat1=Parcel/Prim Count | ||
|cat2 | |cat2=Owner | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} |
Revision as of 08:40, 16 April 2009
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. |
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_COUNT_OWNER = 1;The integer constant PARCEL_COUNT_OWNER has the value 1
Used with llGetParcelPrimCount to get the number of prims owned by the parcel owner.
Caveats