Difference between revisions of "Template:LSL Constants/Parcel Details"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
{{{!}} class="sortable" {{Prettytable}}> | |||
{{!}}-{{Hl2}} | |||
! Detail | |||
! title="Value"{{!}} | |||
! class="unsortable"{{!}} Meaning | |||
! class="unsortable"{{!}} Max Length | |||
! Return Type | |||
{{!}}- | |||
{{!}}{{LSL Const|PARCEL_DETAILS_NAME|integer|0|c=The name of the parcel.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}63 Characters | |||
{{!}}[[string]] | |||
{{!}}- | |||
{{!}}{{LSL Const|PARCEL_DETAILS_DESC|integer|1|c=The description of the parcel.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}127 Characters | |||
{{!}}[[string]] | |||
{{!}}- | |||
{{!}}{{LSL Const|PARCEL_DETAILS_OWNER|integer|2|c=The parcel owner's key.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}(36 Characters) | |||
{{!}}[[key]] | |||
{{!}}- | |||
{{!}}{{LSL Const|PARCEL_DETAILS_GROUP|integer|3|c=The parcel group's key.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}(36 Characters) | |||
{{!}}[[key]] | |||
{{!}}- | |||
{{!}}{{LSL Const|PARCEL_DETAILS_AREA|integer|4|c=The parcel's area, in sqm.}} | |||
{{!}}{{#var:value}} | |||
{{!}}{{#var:comment}} | |||
{{!}}(5 Characters) | |||
{{!}}[[integer]] | |||
{{!}}} | |||
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 08: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.