diff options
Diffstat (limited to 'OpenSim/Grid/ScriptEngine/DotNetEngine')
-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; |