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

From Second Life Wiki
Jump to navigation Jump to search
(PARCEL_DETAILS_ID with temporary note)
(viewer 2.8 description does not quite match how it works on beta, going with beta behavior for now)
Line 37: Line 37:
{{!}}[[integer]]
{{!}}[[integer]]
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_DETAILS_ID|integer|5|c=The parcel's key. (Server 1.36 and later)}}
{{!}}{{LSL Const|PARCEL_DETAILS_ID|integer|5|c=The parcel's key.}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#var:comment}}
{{!}}(36 Characters)
{{!}}(36 Characters)
{{!}}[[key]]
{{!}}[[key]]
{{!}}-
{{!}}{{LSL Const|PARCEL_DETAILS_PRIVACY|integer|6|c=Hide avatars, their chat, and objects they sit on across parcel edges. ''(not available yet)''}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}(1 character)
{{!}}[[integer]]
{{!}}- class="sortbottom"
{{!}}- class="sortbottom"
{{!}} colspan="5" {{!}} Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.
{{!}} colspan="5" {{!}} Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string.

Revision as of 10:48, 9 July 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_PRIVACY 6 Hide avatars, their chat, and objects they sit on across parcel edges. (not available yet) (1 character) integer
Max Lengths in parentheses represent how many characters required when it is typecast to a string.