mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
move common code into AttachmentsModule.DeleteAttachmentsFromScene()
This commit is contained in:
@@ -47,6 +47,15 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="sp"></param>
|
||||
void SaveChangedAttachments(IScenePresence sp);
|
||||
|
||||
/// <summary>
|
||||
/// Delete all the presence's attachments from the scene
|
||||
/// </summary>
|
||||
/// <param name="sp">
|
||||
/// This is done when a root agent leaves/is demoted to child (for instance, on logout, teleport or region cross).
|
||||
/// </param>
|
||||
/// <param name="silent"></param>
|
||||
void DeleteAttachmentsFromScene(IScenePresence sp, bool silent);
|
||||
|
||||
/// <summary>
|
||||
/// Attach an object to an avatar from the world.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user