diff options
author | Melanie | 2012-07-01 18:30:59 +0100 |
---|---|---|
committer | Melanie | 2012-07-01 18:30:59 +0100 |
commit | d32cf2157670889c571a34f1a4473d672e29627d (patch) | |
tree | cf0320e75bc2c3c772034251720f3992438764af /OpenSim/Region/Framework/Interfaces | |
parent | Remove some mono compiler warnings (diff) | |
download | opensim-SC_OLD-d32cf2157670889c571a34f1a4473d672e29627d.zip opensim-SC_OLD-d32cf2157670889c571a34f1a4473d672e29627d.tar.gz opensim-SC_OLD-d32cf2157670889c571a34f1a4473d672e29627d.tar.bz2 opensim-SC_OLD-d32cf2157670889c571a34f1a4473d672e29627d.tar.xz |
Add preservation of running state of scripts when drag-copying.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index cbaf241..42dbedc 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -69,6 +69,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
69 | 69 | ||
70 | ArrayList GetScriptErrors(UUID itemID); | 70 | ArrayList GetScriptErrors(UUID itemID); |
71 | 71 | ||
72 | bool HasScript(UUID itemID, out bool running); | ||
73 | |||
72 | /// <summary> | 74 | /// <summary> |
73 | /// Returns true if a script is running. | 75 | /// Returns true if a script is running. |
74 | /// </summary> | 76 | /// </summary> |
@@ -101,4 +103,4 @@ namespace OpenSim.Region.Framework.Interfaces | |||
101 | /// </returns> | 103 | /// </returns> |
102 | Dictionary<uint, float> GetObjectScriptsExecutionTimes(); | 104 | Dictionary<uint, float> GetObjectScriptsExecutionTimes(); |
103 | } | 105 | } |
104 | } \ No newline at end of file | 106 | } |