OpenSim.Region.ScriptEngine
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
(DotNetEngine no longer included with OpenSim) |
||
Line 11: | Line 11: | ||
Review [[OpenSim.Region.ScriptEngine.Common]] to see how the common logic works and can be used to extend ScriptEngine. | 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]]. | |
− | + | ||
− | + | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 12:04, 25 July 2011
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.
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.