OpenSim.Region.ScriptEngine
From OpenSimulator
(Difference between revisions)
Line 4: | Line 4: | ||
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 [DotNetEngine] is the only ScriptEngine available. It handles running LSL scripts. | + | Currently [[DotNetEngine]] is the only ScriptEngine available. It handles running LSL scripts. |
Revision as of 11:17, 9 August 2007
ScriptEngine
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 DotNetEngine is the only ScriptEngine available. It handles running LSL scripts.