PARCEL COUNT GROUP
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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.
Related Articles
Constants
|
Functions
| • | llGetParcelPrimCount | |||
| • | llGetParcelMaxPrims |

