Difference between revisions of "PARCEL COUNT TEMP"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{LSL Constants/Parcel Prim Count}}{{LSL Constant
{{LSL Constant
|name={{PAGENAMEE}}
|name={{PAGENAMEE}}
|type=integer
|type=integer
|value=5
|value=5
|desc=Used with [[llGetParcelPrimCount]] to get the number of {{LSLGC|Temporary|temporary}} prims.
|desc=Used with [[llGetParcelPrimCount]] to get the total land impact of {{LSLGC|Temporary|temporary}} objects.
|examples
|examples
|functions=
|functions=
{{LSL DefineRow||[[llGetParcelPrimCount]]}}
{{LSL DefineRow||[[llGetParcelPrimCount]]}}
{{LSL DefineRow||[[llGetParcelMaxPrims]]}}
{{LSL DefineRow||[[llGetParcelMaxPrims]]}}
|constants={{!}}{{#var:constants_nb}}
|constants={{LSL Constants/Parcel Prim Count}}
|caveats=* Meshes are different than ordinary Prims and Sculpts when set Temporary. <br/>They still count against the Parcel and Sim Prim Limits. See: [[Mesh_Prim_Equivalence_test#Temporary_meshes]]
|events
|events
|cat1=Parcel/Prim Count
|cat1=Parcel/Prim Count

Latest revision as of 21:39, 23 December 2013

Description

Constant: integer PARCEL_COUNT_TEMP = 5;

The integer constant PARCEL_COUNT_TEMP has the value 5

Used with llGetParcelPrimCount to get the total land impact of temporary objects.

Caveats

All Issues ~ Search JIRA for related Bugs

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

Deep Notes

Search JIRA for related Issues

Signature

integer PARCEL_COUNT_TEMP = 5;