summaryrefslogtreecommitdiff
path: root/indra/llinventory/llparcelflags.h
diff options
context:
space:
mode:
authordolphin <dolphin@lindenlab.com>2014-05-01 13:56:45 -0700
committerdolphin <dolphin@lindenlab.com>2014-05-01 13:56:45 -0700
commit155399cb710b8b7db0e8126baa9a664475c7b916 (patch)
tree9bba516f467e56c4d834930cc1c0bc6157de588d /indra/llinventory/llparcelflags.h
parent80fcd6d9d42377fc09928eb99f26e6287c4b544d (diff)
parcel experience lists can be manipulated through the ParcelAccessListUpdate
message
Diffstat (limited to 'indra/llinventory/llparcelflags.h')
-rwxr-xr-xindra/llinventory/llparcelflags.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llinventory/llparcelflags.h b/indra/llinventory/llparcelflags.h
index b1a917df73..25b27a281a 100755
--- a/indra/llinventory/llparcelflags.h
+++ b/indra/llinventory/llparcelflags.h
@@ -90,8 +90,10 @@ const U32 PF_DEFAULT = PF_ALLOW_FLY
| PF_USE_ESTATE_VOICE_CHAN;
// Access list flags
-const U32 AL_ACCESS = (1 << 0);
-const U32 AL_BAN = (1 << 1);
+const U32 AL_ACCESS = (1 << 0);
+const U32 AL_BAN = (1 << 1);
+const U32 AL_ALLOW_EXPERIENCE = (1 << 3);
+const U32 AL_BLOCK_EXPERIENCE = (1 << 4);
//const U32 AL_RENTER = (1 << 2);
// Block access return values. BA_ALLOWED is the only success case