diff options
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces/IScriptModule.cs')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index 18c45dd..2d6758b 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -68,6 +68,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
68 | 68 | ||
69 | ArrayList GetScriptErrors(UUID itemID); | 69 | ArrayList GetScriptErrors(UUID itemID); |
70 | 70 | ||
71 | bool HasScript(UUID itemID, out bool running); | ||
72 | |||
71 | void SaveAllState(); | 73 | void SaveAllState(); |
72 | 74 | ||
73 | /// <summary> | 75 | /// <summary> |