diff options
author | Kyle Machulis <qdot@lindenlab.com> | 2007-03-28 23:42:24 +0000 |
---|---|---|
committer | Kyle Machulis <qdot@lindenlab.com> | 2007-03-28 23:42:24 +0000 |
commit | f01a90050fcf650b5655f494fff22e265b3ec312 (patch) | |
tree | be2f5defcf0fc625f014784ec2319bf656429aed | |
parent | 204081b8e25a5aaf2f32b3ea5e5bb8b64c38388d (diff) |
Added highlighting for parcel flag object entry constants
-rw-r--r-- | indra/newview/app_settings/keywords.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index bf49c2c5d5..f53a384608 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -438,6 +438,10 @@ PARCEL_FLAG_USE_BAN_LIST Used with llGetParcelFlags to find if a parcel uses a PARCEL_FLAG_USE_LAND_PASS_LIST Used with llGetParcelFlags to find if a parcel allows passes to be purchased PARCEL_FLAG_LOCAL_SOUND_ONLY Used with llGetParcelFlags to find if a parcel restricts spacialized sound to the parcel PARCEL_FLAG_RESTRICT_PUSHOBJECT Used with llGetParcelFlags to find if a parcel restricts llPushObject() calls +PARCEL_FLAG_LOCAL_SOUND_ONLY Used with llGetParcelFlags to find if a parcel restricts spacialized sound to the parcel +PARCEL_FLAG_RESTRICT_PUSHOBJECT Used with llGetParcelFlags to find if a parcel restricts llPushObject() calls +PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY Used with llGetParcelFlags to find if a parcel allows all objects to enter +PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY Used with llGetParcelFlags to find if a parcel only allows group (and owner) objects to enter REGION_FLAG_ALLOW_DAMAGE Used with llGetRegionFlags to find if a region is entirely damage enabled REGION_FLAG_FIXED_SUN Used with llGetRegionFlags to find if a region has a fixed sun position |