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

From Second Life Wiki
Jump to navigation Jump to search
m
(5 intermediate revisions by 2 users not shown)
Line 43: Line 43:
{{!}}[[key]]
{{!}}[[key]]
{{!}}-
{{!}}-
{{!}}{{LSL Const|PARCEL_DETAILS_SEE_AVATARS|integer|6|c=Display avatars, their chat, and objects they sit on across parcel edges. ''(not available yet)''}}
{{!}}{{LSL Const|PARCEL_DETAILS_SEE_AVATARS|integer|6|c=The parcel's avatar visibility setting}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}{{#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)
{{!}}(1 character)
{{!}}[[integer]]
{{!}}[[integer]] - boolean
{{!}}- 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 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.