Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added new OSSL_BuilIn_Commands class where we can start adding our own modular commands.

This commit is contained in:
Tedd Hansen
2008-02-24 15:45:20 +00:00
parent 95def8c636
commit 2cd85e15dc
7 changed files with 170 additions and 7 deletions
@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Common
string State { get; set; }
ExecutorBase Exec { get; }
string Source { get; set; }
void Start(LSL_BuiltIn_Commands_Interface BuiltIn_Commands);
void Start(BuilIn_Commands BuiltIn_Commands);
EventQueueManager.Queue_llDetectParams_Struct llDetectParams { get; set; }
}
}