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

From Second Life Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<table class="sortable" {{Prettytable}}>
{{{!}} class="sortable" {{Prettytable}}>
<tr {{Hl2}}>
{{!}}-{{Hl2}}
<th> Detail </th>
! Detail
<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 Type
</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>
{{!}}{{#var:comment}}
<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>
{{!}}{{#var:comment}}
<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>
<td>{{#var:comment}}</td>
<td>(5 Characters)</td>
<td>[[integer]]</td>
</tr>
</table>
Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.
Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.

Revision as of 09:49, 30 August 2007

>
Detail Meaning Max Length Return Type
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

Max Lengths in parentheses represent how many characters required when it is typecast to a string.