aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-07-28 19:38:20 +0100
committerJustin Clark-Casey (justincc)2010-07-28 19:38:20 +0100
commitf067f733ea60cc821d51889871f1f8d476aebd76 (patch)
tree2bc9608c37dd5d19d2cf2b00280fb177e7d83625 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
parentrelocate moap specific cloning code to MoapModule (diff)
downloadopensim-SC_OLD-f067f733ea60cc821d51889871f1f8d476aebd76.zip
opensim-SC_OLD-f067f733ea60cc821d51889871f1f8d476aebd76.tar.gz
opensim-SC_OLD-f067f733ea60cc821d51889871f1f8d476aebd76.tar.bz2
opensim-SC_OLD-f067f733ea60cc821d51889871f1f8d476aebd76.tar.xz
add userExposed parameter to part copy event
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index c2f9117..e26e4ae 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -1528,6 +1528,7 @@ namespace OpenSim.Region.Framework.Scenes
1528 /// <summary> 1528 /// <summary>
1529 /// Duplicates this object, including operations such as physics set up and attaching to the backup event. 1529 /// Duplicates this object, including operations such as physics set up and attaching to the backup event.
1530 /// </summary> 1530 /// </summary>
1531 /// <param name="userExposed">True if the duplicate will immediately be in the scene, false otherwise</param>
1531 /// <returns></returns> 1532 /// <returns></returns>
1532 public SceneObjectGroup Copy(bool userExposed) 1533 public SceneObjectGroup Copy(bool userExposed)
1533 { 1534 {