OpenSim.Region.ScriptEngine
From OpenSimulator
(Difference between revisions)
m (OpenSim:Region:ScriptEngine moved to OpenSim.Region.ScriptEngine) |
|||
Line 6: | Line 6: | ||
It can be anything from customized world-scripts such as ALife or environment control to scripts support.<br /> | It can be anything from customized world-scripts such as ALife or environment control to scripts support.<br /> | ||
− | Currently [[OpenSim | + | Currently [[OpenSim.Region.ScriptEngine.DotNetEngine]] is the only ScriptEngine available. It handles running LSL scripts. |
Revision as of 11:22, 9 August 2007
ScriptEngine
Namespace: OpenSim.Region.ScriptEngine.DotNetEngine
A ScriptEngine is a .Net Assembly (.dll) plugin that is loaded at server startup.
It can be anything from customized world-scripts such as ALife or environment control to scripts support.
Currently OpenSim.Region.ScriptEngine.DotNetEngine is the only ScriptEngine available. It handles running LSL scripts.