Difference between revisions of "PARCEL DETAILS GROUP"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
|examples | |examples | ||
|functions={{LSL DefineRow||[[llGetParcelDetails]]}} | |functions={{LSL DefineRow||[[llGetParcelDetails]]}} | ||
|constants= | |constants= | ||
Max Lengths in parentheses represent how many characters required when it is [[typecast]] to a string. | |||
|events | |events | ||
|cat1=Parcel | |cat1=Parcel |
Revision as of 08:39, 30 August 2007
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
Max Lengths in parentheses represent how many characters required when it is typecast to a string.Functions
• | llGetParcelDetails |