Template:LSL Constants/Parcel Details: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 21: | Line 21: | ||
{{!}}{{LSL Const|PARCEL_DETAILS_OWNER|integer|2|c=The parcel owner's key.}} | {{!}}{{LSL Const|PARCEL_DETAILS_OWNER|integer|2|c=The parcel owner's key.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}The parcel {{LSLGC|Owner|owner}}'s key. | ||
{{!}}(36 Characters) | {{!}}(36 Characters) | ||
{{!}}[[key]] | {{!}}[[key]] | ||
| Line 27: | Line 27: | ||
{{!}}{{LSL Const|PARCEL_DETAILS_GROUP|integer|3|c=The parcel group's key.}} | {{!}}{{LSL Const|PARCEL_DETAILS_GROUP|integer|3|c=The parcel group's key.}} | ||
{{!}}{{#var:value}} | {{!}}{{#var:value}} | ||
{{!}}{{ | {{!}}The parcel {{LSLGC|Group|group}}'s key. | ||
{{!}}(36 Characters) | {{!}}(36 Characters) | ||
{{!}}[[key]] | {{!}}[[key]] | ||
Revision as of 13:01, 25 May 2008
| 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 |
Max Lengths in parentheses represent how many characters required when it is typecast to a string.