aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
diff options
context:
space:
mode:
authorMelanie2012-06-26 17:35:55 +0100
committerMelanie2012-06-26 17:35:55 +0100
commit7cc5b3d7d3350cbf47dab40f0c14627ef77ea4c9 (patch)
tree5492a786c85a7edd63fb8ad0c3c6f1da8d700741 /OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
parentMerge branch 'master' into careminster (diff)
parentWhen attachments are being saved and deleted for a closing root agent, delete... (diff)
downloadopensim-SC-7cc5b3d7d3350cbf47dab40f0c14627ef77ea4c9.zip
opensim-SC-7cc5b3d7d3350cbf47dab40f0c14627ef77ea4c9.tar.gz
opensim-SC-7cc5b3d7d3350cbf47dab40f0c14627ef77ea4c9.tar.bz2
opensim-SC-7cc5b3d7d3350cbf47dab40f0c14627ef77ea4c9.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/ScriptEngine/XEngine/XEngine.cs
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs11
1 files changed, 8 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
index 0516cb1..70ea7cf 100644
--- a/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs
@@ -44,10 +44,15 @@ namespace OpenSim.Region.Framework.Interfaces
44 void RezAttachments(IScenePresence sp); 44 void RezAttachments(IScenePresence sp);
45 45
46 /// <summary> 46 /// <summary>
47 /// Save the attachments that have change on this presence. 47 /// Derez the attachements for a scene presence that is closing.
48 /// </summary> 48 /// </summary>
49 /// <param name="sp"></param> 49 /// <remarks>
50 void SaveChangedAttachments(IScenePresence sp, bool saveAllScripted); 50 /// Attachment changes are saved.
51 /// </remarks>
52 /// <param name="sp">The presence closing</param>
53 /// <param name="saveChanged">Save changed attachments.</param>
54 /// <param name="saveAllScripted">Save attachments with scripts even if they haven't changed.</para>
55 void DeRezAttachments(IScenePresence sp, bool saveChanged, bool saveAllScripted);
51 56
52 /// <summary> 57 /// <summary>
53 /// Delete all the presence's attachments from the scene 58 /// Delete all the presence's attachments from the scene