Difference between revisions of "Template:LSL Constants/Parcel Prim Count"

From Second Life Wiki
Jump to navigation Jump to search
m (New page: {{#if: {{#vardefine:constants_nb| {{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} {{!}}-{{Hl2}} !Category !alt="value"{{!}} !Description {{!}}- {{!}}{{LSL Const|PARCEL_COUNT_T...)
 
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#if:
{{#if:{{{no_wrapper|}}}||{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}} }}
 
{{#vardefine:constants_nb|
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
{{!}}-{{Hl2}}
{{!}}-{{Hl2}}
!Category
!Category
!alt="value"{{!}}
!alt="Value"{{!}}
!Description
!Description
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_COUNT_TOTAL|integer|0|c=All prims on the parcel(s). Does not include temp on rez objects.}}
{{!}}{{LSL Const|PARCEL_COUNT_TOTAL|integer|0|c=All objects on the parcel(s). Does not include temp on rez objects.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_COUNT_OWNER|integer|1|c=Prims owned by the parcel owner.}}
{{!}}{{LSL Const|PARCEL_COUNT_OWNER|integer|1|c=Objects owned by the parcel owner.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_COUNT_GROUP|integer|2|c=Prims not owned by the owner, but set to or owned by the group of the parcel.}}
{{!}}{{LSL Const|PARCEL_COUNT_GROUP|integer|2|c=Objects not owned by the owner, but set to or owned by the group of the parcel.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_COUNT_OTHER|integer|3|c=Prims not set to group or owned by the owner.}}
{{!}}{{LSL Const|PARCEL_COUNT_OTHER|integer|3|c=Objects not set to group or owned by the owner.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_COUNT_SELECTED|integer|4|c=All prims selected or sat on.}}
{{!}}{{LSL Const|PARCEL_COUNT_SELECTED|integer|4|c=All objects selected or sat on.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
Line 31: Line 28:
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}}
{{#if:{{{no_wrapper|}}}||{{!}}} }}
 
}}<noinclude>
{| {{Prettytable}}
|- {{Hl2}}
| #var
| value
|-
{{VarPair|constants_nb}}
|}
</noinclude>

Latest revision as of 21:36, 23 December 2013

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.