Difference between revisions of "Template:LSL Constants/Parcel Details"

From Second Life Wiki
Jump to navigation Jump to search
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<table class="sortable" {{Prettytable}}>
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
<tr {{Hl2}}>
{{!}}-{{Hl2}}
<th> Detail </th>
! Flag
<th title="Value"></th>
! title="Value"{{!}}
<th class="unsortable"> Meaning </th>
! class="unsortable"{{!}} Meaning
<th class="unsortable"> Max Length </th>
! class="unsortable"{{!}} Max Length
<th> Return Type </th>
! Return
</tr>
{{!}}-
<tr>
{{!}}{{LSL Const|PARCEL_DETAILS_NAME|integer|0|c=The name of the parcel.}}
<td>{{LSL Const|PARCEL_DETAILS_NAME|integer|0|c=The name of the parcel.}}</td>
{{!}}{{#var:value}}
<td>{{#var:value}}</td>
{{!}}{{#var:comment}}
<td>{{#var:comment}}</td>
{{!}}63 Characters
<td>63 Characters</td>
{{!}}[[string]]
<td>[[string]]</td>
{{!}}-
</tr>
{{!}}{{LSL Const|PARCEL_DETAILS_DESC|integer|1|c=The description of the parcel.}}
<tr>
{{!}}{{#var:value}}
<td>{{LSL Const|PARCEL_DETAILS_DESC|integer|1|c=The description of the parcel.}}</td>
{{!}}{{#var:comment}}
<td>{{#var:value}}</td>
{{!}}127 Characters
<td>{{#var:comment}}</td>
{{!}}[[string]]
<td>127 Characters</td>
{{!}}-
<td>[[string]]</td>
{{!}}{{LSL Const|PARCEL_DETAILS_OWNER|integer|2|c=The parcel owner's key.}}
</tr>
{{!}}{{#var:value}}
<tr>
{{!}}The parcel {{LSLGC|Owner|owner}}'s key.
<td>{{LSL Const|PARCEL_DETAILS_OWNER|integer|2|c=The parcel owner's key.}}</td>
{{!}}(36 Characters)
<td>{{#var:value}}</td>
{{!}}[[key]]
<td>{{#var:comment}}</td>
{{!}}-
<td>(36 Characters)</td>
{{!}}{{LSL Const|PARCEL_DETAILS_GROUP|integer|3|c=The parcel group's key.}}
<td>[[key]]</td>
{{!}}{{#var:value}}
</tr>
{{!}}The parcel {{LSLGC|Group|group}}'s key.
<tr>
{{!}}(36 Characters)
<td>{{LSL Const|PARCEL_DETAILS_GROUP|integer|3|c=The parcel group's key.}}</td>
{{!}}[[key]]
<td>{{#var:value}}</td>
{{!}}-
<td>{{#var:comment}}</td>
{{!}}{{LSL Const|PARCEL_DETAILS_AREA|integer|4|c=The parcel's area, in sqm.}}
<td>(36 Characters)</td>
{{!}}{{#var:value}}
<td>[[key]]</td>
{{!}}{{#var:comment}}
</tr>
{{!}}(5 Characters)
<tr>
{{!}}[[integer]]
<td>{{LSL Const|PARCEL_DETAILS_AREA|integer|4|c=The parcel's area, in sqm.}}</td>
{{!}}-
<td>{{#var:value}}</td>
{{!}}{{LSL Const|PARCEL_DETAILS_ID|integer|5|c=The parcel's key.}}
<td>{{#var:comment}}</td>
{{!}}{{#var:value}}
<td>(5 Characters)</td>
{{!}}{{#var:comment}}
<td>[[integer]]</td>
{{!}}(36 Characters)
</tr>
{{!}}[[key]]
</table>
{{!}}-
Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.
{{!}}{{LSL Const|PARCEL_DETAILS_SEE_AVATARS|integer|6|c=The parcel's avatar visibility setting}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}{{footnote|The parcel avatar visibility setting is used to hide avatars, their chat, and objects they sit on when they are in other parcels.}}
{{!}}(1 character)
{{!}}[[integer]] - boolean
{{!}}- class="sortbottom"
{{!}} colspan="5" {{!}} Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.
{{!}} style="display:none;" {{!}}
{{!}} style="display:none;" {{!}}
{{!}} style="display:none;" {{!}}
{{!}} style="display:none;" {{!}}
{{!}}}

Revision as of 21:51, 1 August 2011

Flag Meaning Max Length Return
PARCEL_DETAILS_NAME 0 The name of the parcel. 63 Characters string
PARCEL_DETAILS_DESC 1 The description of the parcel. 127 Characters string
PARCEL_DETAILS_OWNER 2 The parcel owner's key. (36 Characters) key
PARCEL_DETAILS_GROUP 3 The parcel group's key. (36 Characters) key
PARCEL_DETAILS_AREA 4 The parcel's area, in sqm. (5 Characters) integer
PARCEL_DETAILS_ID 5 The parcel's key. (36 Characters) key
PARCEL_DETAILS_SEE_AVATARS 6 The parcel's avatar visibility setting[1] (1 character) integer - boolean
Max Lengths in parentheses represent how many characters required when it is typecast to a string.