OpenSim.Region.ScriptEngine

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(DotNetEngine no longer included with OpenSim)
m (Robot: Cosmetic changes)
 
(One intermediate revision by one user not shown)
Line 4: Line 4:
  
 
== ScriptEngine ==
 
== ScriptEngine ==
 
Namespace: OpenSim.Region.ScriptEngine.DotNetEngine
 
  
 
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 />
Line 12: Line 10:
 
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]].
+
Here is more specific information on [[XEngine]]. Also, see [[ScriptEngines]].
  
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 20:43, 3 March 2012


[edit] 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.

Personal tools
General
About This Wiki