diff options
author | UbitUmarov | 2019-10-19 18:00:45 +0100 |
---|---|---|
committer | UbitUmarov | 2019-10-19 18:00:45 +0100 |
commit | ab335b5926a91a6b527da80812fb2bf210639f8c (patch) | |
tree | 6ef12758cb4af169b7b286344a38f0fefaad257e /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | same for osSetDynamicTextureURLBlendFace(). thx djphil (diff) | |
download | opensim-SC-ab335b5926a91a6b527da80812fb2bf210639f8c.zip opensim-SC-ab335b5926a91a6b527da80812fb2bf210639f8c.tar.gz opensim-SC-ab335b5926a91a6b527da80812fb2bf210639f8c.tar.bz2 opensim-SC-ab335b5926a91a6b527da80812fb2bf210639f8c.tar.xz |
add a few lsl constants
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 |