PARCEL DETAILS GROUP
Revision as of 08:40, 30 August 2007 by Strife Onizuka (talk | contribs)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer PARCEL_DETAILS_GROUP = 3;The integer constant PARCEL_DETAILS_GROUP has the value 3
This is a flag used with llGetParcelDetails to check if the parcel has access restricted to a group.
Caveats
Related Articles
Constants
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.
Functions
• | llGetParcelDetails |