Lay some groundwork for temp attachments. Decouple attachments from inventory.

This commit is contained in:
Melanie
2012-08-14 00:12:15 +01:00
parent 58c630c18e
commit fe4c3a37c0
5 changed files with 33 additions and 20 deletions

View File

@@ -83,7 +83,7 @@ namespace OpenSim.Region.Framework.Interfaces
/// <param name="AttachmentPt"></param>
/// <param name="silent"></param>
/// <returns>true if the object was successfully attached, false otherwise</returns>
bool AttachObject(IScenePresence sp, SceneObjectGroup grp, uint AttachmentPt, bool silent);
bool AttachObject(IScenePresence sp, SceneObjectGroup grp, uint AttachmentPt, bool silent, bool temp);
/// <summary>
/// Rez an attachment from user inventory and change inventory status to match.