aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Interface
diff options
context:
space:
mode:
authorSignpostMarv2012-09-01 02:45:07 +0100
committerJustin Clark-Casey (justincc)2012-09-04 00:03:44 +0100
commit07dbe46ba3c2b949c9da34eaa80d7e1afd68fece (patch)
tree883296eafac2ad2981e5de724065f2e7f566677d /OpenSim/Region/ScriptEngine/Shared/Api/Interface
parentImplementing functing to send messages directly to attachments (diff)
downloadopensim-SC_OLD-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.zip
opensim-SC_OLD-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.tar.gz
opensim-SC_OLD-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.tar.bz2
opensim-SC_OLD-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.tar.xz
wrapping attachment functions in a region
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Interface')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
index bde7a8e..3985e66 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Interface/IOSSL_Api.cs
@@ -157,7 +157,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
157 void osAvatarPlayAnimation(string avatar, string animation); 157 void osAvatarPlayAnimation(string avatar, string animation);
158 void osAvatarStopAnimation(string avatar, string animation); 158 void osAvatarStopAnimation(string avatar, string animation);
159 159
160 // Attachment commands 160 #region Attachment commands
161 161
162 /// <summary> 162 /// <summary>
163 /// Attach the object containing this script to the avatar that owns it without asking for PERMISSION_ATTACH 163 /// Attach the object containing this script to the avatar that owns it without asking for PERMISSION_ATTACH