mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
add userExposed parameter to part copy event
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user