diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs index 1833dce..ce795f1 100644 --- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs | |||
@@ -42,6 +42,12 @@ namespace OpenSim.Region.Framework.Interfaces | |||
42 | void RezAttachments(IScenePresence sp); | 42 | void RezAttachments(IScenePresence sp); |
43 | 43 | ||
44 | /// <summary> | 44 | /// <summary> |
45 | /// Save the attachments that have change on this presence. | ||
46 | /// </summary> | ||
47 | /// <param name="sp"></param> | ||
48 | void SaveChangedAttachments(IScenePresence sp); | ||
49 | |||
50 | /// <summary> | ||
45 | /// Attach an object to an avatar from the world. | 51 | /// Attach an object to an avatar from the world. |
46 | /// </summary> | 52 | /// </summary> |
47 | /// <param name="controllingClient"></param> | 53 | /// <param name="controllingClient"></param> |