aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces
diff options
context:
space:
mode:
authorMelanie2011-05-24 02:40:59 +0200
committerMelanie2011-05-24 02:40:59 +0200
commitd5841e07c2063ea8ac6602f17b8c30ae10a319b8 (patch)
treea52c70915b30ad1a7b5c2cb2afa3c9832b4e337c /OpenSim/Region/Framework/Interfaces
parentAdd an event for an orderly region shutdown that fires once per region before (diff)
downloadopensim-SC-d5841e07c2063ea8ac6602f17b8c30ae10a319b8.zip
opensim-SC-d5841e07c2063ea8ac6602f17b8c30ae10a319b8.tar.gz
opensim-SC-d5841e07c2063ea8ac6602f17b8c30ae10a319b8.tar.bz2
opensim-SC-d5841e07c2063ea8ac6602f17b8c30ae10a319b8.tar.xz
Create a method to force the script engine to save state from outside
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r--OpenSim/Region/Framework/Interfaces/IScriptModule.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
index 4a3c634..641e226 100644
--- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs
@@ -52,5 +52,7 @@ namespace OpenSim.Region.Framework.Interfaces
52 ArrayList GetScriptErrors(UUID itemID); 52 ArrayList GetScriptErrors(UUID itemID);
53 53
54 bool HasScript(UUID itemID, out bool running); 54 bool HasScript(UUID itemID, out bool running);
55
56 void SaveAllState();
55 } 57 }
56} 58}