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 0d488df..cbaf241 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -75,6 +75,8 @@ namespace OpenSim.Region.Framework.Interfaces | |||
75 | /// <param name="itemID">The item ID of the script.</param> | 75 | /// <param name="itemID">The item ID of the script.</param> |
76 | bool GetScriptState(UUID itemID); | 76 | bool GetScriptState(UUID itemID); |
77 | 77 | ||
78 | void SetRunEnable(UUID instanceID, bool enable); | ||
79 | |||
78 | void SaveAllState(); | 80 | void SaveAllState(); |
79 | 81 | ||
80 | /// <summary> | 82 | /// <summary> |