diff options
author | UbitUmarov | 2016-12-16 01:13:07 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-16 01:13:07 +0000 |
commit | 853e98d3406df55832589091217ef14e27a23ea3 (patch) | |
tree | 8c9f6562ea6c1957e4de0fa88fdfda3386d7d68d | |
parent | GetRegionsByName and GetHypergridRegionByName: detect that provided url is fo... (diff) | |
download | opensim-SC_OLD-853e98d3406df55832589091217ef14e27a23ea3.zip opensim-SC_OLD-853e98d3406df55832589091217ef14e27a23ea3.tar.gz opensim-SC_OLD-853e98d3406df55832589091217ef14e27a23ea3.tar.bz2 opensim-SC_OLD-853e98d3406df55832589091217ef14e27a23ea3.tar.xz |
reserve constant OBJECT_ATTACHED_SLOTS_AVAILABLE from mantis 8096. But do not implement it
-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 734d878..903b362 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -643,6 +643,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
643 | public const int OBJECT_REZZER_KEY = 32; | 643 | public const int OBJECT_REZZER_KEY = 32; |
644 | public const int OBJECT_GROUP_TAG = 33; | 644 | public const int OBJECT_GROUP_TAG = 33; |
645 | public const int OBJECT_TEMP_ATTACHED = 34; | 645 | public const int OBJECT_TEMP_ATTACHED = 34; |
646 | public const int OBJECT_ATTACHED_SLOTS_AVAILABLE = 35; | ||
646 | 647 | ||
647 | // Pathfinding types | 648 | // Pathfinding types |
648 | public const int OPT_OTHER = -1; | 649 | public const int OPT_OTHER = -1; |