diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 15a57cd..49f46b7 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -842,6 +842,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
842 | public static readonly LSLInteger RC_REJECT_PHYSICAL = 2; | 842 | public static readonly LSLInteger RC_REJECT_PHYSICAL = 2; |
843 | public static readonly LSLInteger RC_REJECT_NONPHYSICAL = 4; | 843 | public static readonly LSLInteger RC_REJECT_NONPHYSICAL = 4; |
844 | public static readonly LSLInteger RC_REJECT_LAND = 8; | 844 | public static readonly LSLInteger RC_REJECT_LAND = 8; |
845 | public static readonly LSLInteger RC_REJECT_HOST = 0x20000000; | ||
846 | public static readonly LSLInteger RC_REJECT_HOSTGROUP = 0x40000000; | ||
845 | 847 | ||
846 | public static readonly LSLInteger RC_GET_NORMAL = 1; | 848 | public static readonly LSLInteger RC_GET_NORMAL = 1; |
847 | public static readonly LSLInteger RC_GET_ROOT_KEY = 2; | 849 | public static readonly LSLInteger RC_GET_ROOT_KEY = 2; |