diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs index 77e9a7e..d43ce1f 100644 --- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | |||
@@ -92,6 +92,13 @@ namespace OpenSim.Region.Framework.Interfaces | |||
92 | IClientAPI remoteClient, | 92 | IClientAPI remoteClient, |
93 | RezMultipleAttachmentsFromInvPacket.HeaderDataBlock header, | 93 | RezMultipleAttachmentsFromInvPacket.HeaderDataBlock header, |
94 | RezMultipleAttachmentsFromInvPacket.ObjectDataBlock[] objects); | 94 | RezMultipleAttachmentsFromInvPacket.ObjectDataBlock[] objects); |
95 | |||
96 | /// <summary> | ||
97 | /// Detach the given item to the ground. | ||
98 | /// </summary> | ||
99 | /// <param name="itemID"></param> | ||
100 | /// <param name="remoteClient"></param> | ||
101 | void DetachSingleAttachmentToGround(UUID itemID, IClientAPI remoteClient); | ||
95 | 102 | ||
96 | /// <summary> | 103 | /// <summary> |
97 | /// Update the user inventory to the attachment of an item | 104 | /// Update the user inventory to the attachment of an item |