Delay loading scripts until the scene has finished loading

This commit is contained in:
Oren Hurvitz
2011-09-05 12:45:02 +03:00
committed by Justin Clark-Casey (justincc)
parent 7cafc2e46e
commit 1dd904b78e
4 changed files with 32 additions and 2 deletions

View File

@@ -52,5 +52,10 @@ namespace OpenSim.Region.Framework.Interfaces
ArrayList GetScriptErrors(UUID itemID);
void SaveAllState();
/// <summary>
/// Starts the processing threads.
/// </summary>
void StartProcessing();
}
}