diff options
author | Mandarinka Tasty | 2016-11-29 03:52:01 +0100 |
---|---|---|
committer | UbitUmarov | 2016-11-30 00:06:25 +0000 |
commit | 7de2c8ae708757f7dc929130d1d097e5589ce36a (patch) | |
tree | d391c36e69a2c18d992d6c2c274818c59275ffdf /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | change last patch a bit (diff) | |
download | opensim-SC-7de2c8ae708757f7dc929130d1d097e5589ce36a.zip opensim-SC-7de2c8ae708757f7dc929130d1d097e5589ce36a.tar.gz opensim-SC-7de2c8ae708757f7dc929130d1d097e5589ce36a.tar.bz2 opensim-SC-7de2c8ae708757f7dc929130d1d097e5589ce36a.tar.xz |
The new Constant: integer OBJECT_TEMP_ATTACHED = 34;
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-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; |