diff options
author | Melanie | 2011-05-24 02:40:59 +0200 |
---|---|---|
committer | Melanie | 2011-05-24 02:40:59 +0200 |
commit | d5841e07c2063ea8ac6602f17b8c30ae10a319b8 (patch) | |
tree | a52c70915b30ad1a7b5c2cb2afa3c9832b4e337c /OpenSim/Region/Framework/Interfaces | |
parent | Add an event for an orderly region shutdown that fires once per region before (diff) | |
download | opensim-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.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 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 | } |