aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorUbitUmarov2018-11-26 16:45:04 +0000
committerUbitUmarov2018-11-26 16:45:04 +0000
commit87acd20d9546e23c9431c5473bcfdb9fab8e4ca2 (patch)
treeb5927bc3f27816f723cf782b6b2209bb0cb26cc1 /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parenta fix to contributors list (diff)
downloadopensim-SC-87acd20d9546e23c9431c5473bcfdb9fab8e4ca2.zip
opensim-SC-87acd20d9546e23c9431c5473bcfdb9fab8e4ca2.tar.gz
opensim-SC-87acd20d9546e23c9431c5473bcfdb9fab8e4ca2.tar.bz2
opensim-SC-87acd20d9546e23c9431c5473bcfdb9fab8e4ca2.tar.xz
add script constant OS_APIVERSION, we should inc this on any change on any api. a few changes to os npc and avatar animation functions
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index 5bb7670..ebbfd2e 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -158,8 +158,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
158 void osTeleportOwner(LSL_Types.Vector3 position, LSL_Types.Vector3 lookat); 158 void osTeleportOwner(LSL_Types.Vector3 position, LSL_Types.Vector3 lookat);
159 159
160 // Animation commands 160 // Animation commands
161 void osAvatarPlayAnimation(string avatar, string animation); 161 void osAvatarPlayAnimation(LSL_Key avatarId, string animation);
162 void osAvatarStopAnimation(string avatar, string animation); 162 void osAvatarStopAnimation(LSL_Key avatarId, string animation);
163 163
164 #region Attachment commands 164 #region Attachment commands
165 165