diff options
author | UbitUmarov | 2018-12-17 10:57:09 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-17 10:57:09 +0000 |
commit | 530a6a40edeff13d2e26c3c7d912efe4520014b3 (patch) | |
tree | 8a8311bb0491767f1b3e6887a0c9772dbe91edca /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | update url to 0.9.1.0 page (diff) | |
download | opensim-SC-530a6a40edeff13d2e26c3c7d912efe4520014b3.zip opensim-SC-530a6a40edeff13d2e26c3c7d912efe4520014b3.tar.gz opensim-SC-530a6a40edeff13d2e26c3c7d912efe4520014b3.tar.bz2 opensim-SC-530a6a40edeff13d2e26c3c7d912efe4520014b3.tar.xz |
mantis 8427: add new reject flags, change default, see mantis
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-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; |