mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Delay loading scripts until the scene has finished loading
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
7cafc2e46e
commit
1dd904b78e
@@ -52,5 +52,10 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
ArrayList GetScriptErrors(UUID itemID);
|
||||
|
||||
void SaveAllState();
|
||||
|
||||
/// <summary>
|
||||
/// Starts the processing threads.
|
||||
/// </summary>
|
||||
void StartProcessing();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user