Template:LSL Constants/Parcel Details

From Second Life Wiki
Revision as of 11:55, 9 July 2011 by Strife Onizuka (talk | contribs) (We finally ran out of parcel flags didn't we. I wondered when that would happen.)
Jump to navigation Jump to search
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 Parcel avatar visibility setting (not available yet)[1] (1 character) integer - boolean
Max Lengths in parentheses represent how many characters required when it is typecast to a string.