Implementing functing to send messages directly to attachments

This commit is contained in:
SignpostMarv
2012-09-01 02:44:11 +01:00
committed by Justin Clark-Casey (justincc)
parent d4b8a13a1d
commit ff867b59cf
4 changed files with 201 additions and 0 deletions

View File

@@ -316,6 +316,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetNumberOfAttachments(avatar, attachmentPoints);
}
public void osMessageAttachments(LSL_Key avatar, string message, LSL_List attachmentPoints, int flags)
{
m_OSSL_Functions.osMessageAttachments(avatar, message, attachmentPoints, flags);
}
#endregion
// Texture Draw functions