diff options
author | Sean Dague | 2008-09-09 14:51:41 +0000 |
---|---|---|
committer | Sean Dague | 2008-09-09 14:51:41 +0000 |
commit | f141751cf9bba02a6fdd78d4c1578d6b73f31897 (patch) | |
tree | d38ba4b1b8a73c4ccc34736039f1479f56359d70 /OpenSim/Grid | |
parent | From: alan_webb@us.ibm.com (diff) | |
download | opensim-SC_OLD-f141751cf9bba02a6fdd78d4c1578d6b73f31897.zip opensim-SC_OLD-f141751cf9bba02a6fdd78d4c1578d6b73f31897.tar.gz opensim-SC_OLD-f141751cf9bba02a6fdd78d4c1578d6b73f31897.tar.bz2 opensim-SC_OLD-f141751cf9bba02a6fdd78d4c1578d6b73f31897.tar.xz |
From: alan_webb@us.ibm.com
Make CHANGED constants consistent with LSL, and consistent across the
code base
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs index e1ab733..be22484 100644 --- a/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs +++ b/OpenSim/Grid/ScriptEngine/DotNetEngine/Compiler/LSL/LSL_BaseClass.cs | |||
@@ -2017,6 +2017,9 @@ namespace OpenSim.Grid.ScriptEngine.DotNetEngine.Compiler.LSL | |||
2017 | public const int CHANGED_LINK = 32; | 2017 | public const int CHANGED_LINK = 32; |
2018 | public const int CHANGED_ALLOWED_DROP = 64; | 2018 | public const int CHANGED_ALLOWED_DROP = 64; |
2019 | public const int CHANGED_OWNER = 128; | 2019 | public const int CHANGED_OWNER = 128; |
2020 | public const int CHANGED_REGION_RESTART = 256; | ||
2021 | public const int CHANGED_REGION = 512; | ||
2022 | public const int CHANGED_TELEPORT = 1024; | ||
2020 | public const int TYPE_INVALID = 0; | 2023 | public const int TYPE_INVALID = 0; |
2021 | public const int TYPE_INTEGER = 1; | 2024 | public const int TYPE_INTEGER = 1; |
2022 | public const int TYPE_double = 2; | 2025 | public const int TYPE_double = 2; |