Category:LSL Parcel/Flags
Jump to navigation
Jump to search
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Flags and values for llGetParcelFlags
Flag | Value | Description |
---|---|---|
PARCEL_FLAG_ALLOW_FLY | 0x00000001 | find if a parcel allows flying |
PARCEL_FLAG_ALLOW_SCRIPTS | 0x00000002 | find if a parcel allows outside scripts |
0x00000004 | find if a parcel is for sale | |
PARCEL_FLAG_ALLOW_LANDMARK | 0x00000008 | find if a parcel allows landmarks to be created |
PARCEL_FLAG_ALLOW_TERRAFORM | 0x00000010 | find if a parcel allows anyone to terraform the land |
PARCEL_FLAG_ALLOW_DAMAGE | 0x00000020 | find if a parcel allows damage |
PARCEL_FLAG_ALLOW_CREATE_OBJECTS | 0x00000040 | find if a parcel allows anyone to create objects |
0x00000080 | find if a parcel allows the objects to be purchased with the land | |
PARCEL_FLAG_USE_ACCESS_GROUP | 0x00000100 | find if a parcel limits access to a group |
PARCEL_FLAG_USE_ACCESS_LIST | 0x00000200 | find if a parcel limits access to a list of residents |
PARCEL_FLAG_USE_BAN_LIST | 0x00000400 | find if a parcel uses a ban list, including restricting access based on payment info |
PARCEL_FLAG_USE_LAND_PASS_LIST | 0x00000800 | find if a parcel allows passes to be purchased |
0x00001000 | ||
0x00002000 | ||
0x00004000 | ||
PARCEL_FLAG_LOCAL_SOUND_ONLY | 0x00008000 | find if a parcel restricts spatialized sound to the parcel |
0x00010000 | Objects on land are included as part of the land when the land is sold | |
0x00020000 | Allow publishing of parcel information on the web | |
0x00040000 | The information on this parcel is mature | |
0x00080000 | The "media URL" is an HTML page | |
0x00100000 | The "media URL" is a raw HTML string like "Foo" | |
PARCEL_FLAG_RESTRICT_PUSHOBJECT | 0x00200000 | find if a parcel restricts llPushObject |
0x00400000 | Deny all non identified/transacted accounts | |
0x00800000 | ||
0x01000000 | ||
PARCEL_FLAG_ALLOW_GROUP_SCRIPTS | 0x02000000 | find if a parcel allows scripts owned by group |
PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS | 0x04000000 | find if a parcel allows object creation by group members or objects |
PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY | 0x08000000 | find if a parcel allows all objects to enter a parcel |
PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY | 0x10000000 | find if a parcel only allows group (and owner) objects to enter the parcel |
0x20000000 | find if a parcel allows voice chat | |
0x40000000 | ||
0x80000000 | find if a parcel prevent residents who aren't age-verified |
† | PF_* flags are internal and not exposed to the compiler (hence the strike through), despite this their values may be valid in the mask. In other words, there may be no nice name for the constant that the compiler will accept, so use the value instead. Remember that LL does not support these; they may redefine the flags without notice, this has happened in the past. |
* | PF_* flags in red have been removed from the source code, the values may get reassigned and reused for flags with different meanings! |
Pages in category "LSL Parcel/Flags"
The following 16 pages are in this category, out of 16 total.
P
- PARCEL FLAG ALLOW ALL OBJECT ENTRY
- PARCEL FLAG ALLOW CREATE GROUP OBJECTS
- PARCEL FLAG ALLOW CREATE OBJECTS
- PARCEL FLAG ALLOW DAMAGE
- PARCEL FLAG ALLOW FLY
- PARCEL FLAG ALLOW GROUP OBJECT ENTRY
- PARCEL FLAG ALLOW GROUP SCRIPTS
- PARCEL FLAG ALLOW LANDMARK
- PARCEL FLAG ALLOW SCRIPTS
- PARCEL FLAG ALLOW TERRAFORM
- PARCEL FLAG LOCAL SOUND ONLY
- PARCEL FLAG RESTRICT PUSHOBJECT
- PARCEL FLAG USE ACCESS GROUP
- PARCEL FLAG USE ACCESS LIST
- PARCEL FLAG USE BAN LIST
- PARCEL FLAG USE LAND PASS LIST