Add the option to link a scene object with a monitoring object

For debugging purposes.
This commit is contained in:
Melanie Thielker
2017-02-09 23:16:23 +00:00
parent 27fdf3094d
commit 91f142bbd2
2 changed files with 15 additions and 0 deletions

View File

@@ -376,6 +376,8 @@ namespace OpenSim.Region.Framework.Scenes
public bool m_dupeInProgress = false;
internal Dictionary<UUID, string> m_savedScriptState;
public UUID MonitoringObject { get; set; }
#region Properties
/// <summary>