The new Constant: integer OBJECT_TEMP_ATTACHED = 34;

Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com>
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Mandarinka Tasty
2016-11-29 03:52:01 +01:00
committed by UbitUmarov
parent 9dd820765e
commit 7de2c8ae70
2 changed files with 14 additions and 0 deletions

View File

@@ -641,6 +641,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int OBJECT_PRIM_COUNT = 30;
public const int OBJECT_TOTAL_INVENTORY_COUNT = 31;
public const int OBJECT_GROUP_TAG = 33;
public const int OBJECT_TEMP_ATTACHED = 34;
// Pathfinding types
public const int OPT_OTHER = -1;