diff options
author | UbitUmarov | 2016-12-02 13:51:30 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-02 13:51:30 +0000 |
commit | b981ac42bc0f5ad305068bb2f6f2215010b96990 (patch) | |
tree | 99e1625f37c4d144e6076b9bfb9a443d7281cbec /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | Merge branch 'master' into httptests (diff) | |
parent | do a GC collect on last client exit (diff) | |
download | opensim-SC-b981ac42bc0f5ad305068bb2f6f2215010b96990.zip opensim-SC-b981ac42bc0f5ad305068bb2f6f2215010b96990.tar.gz opensim-SC-b981ac42bc0f5ad305068bb2f6f2215010b96990.tar.bz2 opensim-SC-b981ac42bc0f5ad305068bb2f6f2215010b96990.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 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 17173a2..48afcc0 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -641,6 +641,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
641 | public const int OBJECT_PRIM_COUNT = 30; | 641 | public const int OBJECT_PRIM_COUNT = 30; |
642 | public const int OBJECT_TOTAL_INVENTORY_COUNT = 31; | 642 | public const int OBJECT_TOTAL_INVENTORY_COUNT = 31; |
643 | public const int OBJECT_GROUP_TAG = 33; | 643 | public const int OBJECT_GROUP_TAG = 33; |
644 | public const int OBJECT_TEMP_ATTACHED = 34; | ||
644 | 645 | ||
645 | // Pathfinding types | 646 | // Pathfinding types |
646 | public const int OPT_OTHER = -1; | 647 | public const int OPT_OTHER = -1; |