add userExposed parameter to part copy event

This commit is contained in:
Justin Clark-Casey (justincc)
2010-07-28 19:38:20 +01:00
parent 0f15ccb2cf
commit f067f733ea
4 changed files with 14 additions and 5 deletions

View File

@@ -1528,6 +1528,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// Duplicates this object, including operations such as physics set up and attaching to the backup event.
/// </summary>
/// <param name="userExposed">True if the duplicate will immediately be in the scene, false otherwise</param>
/// <returns></returns>
public SceneObjectGroup Copy(bool userExposed)
{