diff options
author | SignpostMarv | 2012-09-01 02:45:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-09-04 00:03:44 +0100 |
commit | 07dbe46ba3c2b949c9da34eaa80d7e1afd68fece (patch) | |
tree | 883296eafac2ad2981e5de724065f2e7f566677d /OpenSim/Region/ScriptEngine/Shared/Api/Interface | |
parent | Implementing functing to send messages directly to attachments (diff) | |
download | opensim-SC-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.zip opensim-SC-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.tar.gz opensim-SC-07dbe46ba3c2b949c9da34eaa80d7e1afd68fece.tar.bz2 opensim-SC-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.cs | 2 |
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 |