OpenSim.Region.ScriptEngine
From OpenSimulator
(Difference between revisions)
(DotNetEngine no longer included with OpenSim) |
(→ScriptEngine) |
||
Line 4: | Line 4: | ||
== ScriptEngine == | == ScriptEngine == | ||
− | |||
− | |||
A ScriptEngine is a .Net Assembly (.dll) plugin that is loaded at server startup.<br /> | A ScriptEngine is a .Net Assembly (.dll) plugin that is loaded at server startup.<br /> |
Revision as of 12:05, 25 July 2011
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.
Review OpenSim.Region.ScriptEngine.Common to see how the common logic works and can be used to extend ScriptEngine.
Here is more specific information on XEngine. Also, see ScriptEngines.