Create a method to force the script engine to save state from outside

This commit is contained in:
Melanie
2011-05-24 03:17:12 +01:00
parent 178d541dca
commit 61d4291da5
2 changed files with 11 additions and 4 deletions

View File

@@ -50,5 +50,7 @@ namespace OpenSim.Region.Framework.Interfaces
void ResumeScript(UUID itemID);
ArrayList GetScriptErrors(UUID itemID);
void SaveAllState();
}
}