mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs to LSL_BuiltIn_Commands.cs. Changed how scripts are loaded.
This commit is contained in:
@@ -38,6 +38,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
/// <summary>
|
||||
/// Prepares events so they can be directly executed upon a script by EventQueueManager, then queues it.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
class EventManager
|
||||
{
|
||||
private ScriptEngine myScriptEngine;
|
||||
|
||||
Reference in New Issue
Block a user