diff options
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 6 |
1 files changed, 6 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 f7acafe..3d17d98 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -664,6 +664,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
664 | public const int OBJECT_GROUP_TAG = 33; | 664 | public const int OBJECT_GROUP_TAG = 33; |
665 | public const int OBJECT_TEMP_ATTACHED = 34; | 665 | public const int OBJECT_TEMP_ATTACHED = 34; |
666 | public const int OBJECT_ATTACHED_SLOTS_AVAILABLE = 35; | 666 | public const int OBJECT_ATTACHED_SLOTS_AVAILABLE = 35; |
667 | public const int OBJECT_CREATION_TIME = 36; | ||
668 | public const int OBJECT_SELECT_COUNT = 37; | ||
669 | public const int OBJECT_SIT_COUNT = 38; | ||
670 | public const int OBJECT_ANIMATED_COUNT = 39; | ||
671 | public const int OBJECT_ANIMATED_SLOTS_AVAILABLE = 40; | ||
672 | |||
667 | 673 | ||
668 | // Pathfinding types | 674 | // Pathfinding types |
669 | //ApiDesc not supported | 675 | //ApiDesc not supported |