OpenSim.Region.ScriptEngine

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(ScriptEngine)
Line 9: Line 9:
 
[[Category:Development]]
 
[[Category:Development]]
  
Currently [[OpenSim.Region.ScriptEngine.DotNetEngine]] is the only ScriptEngine available. It handles running LSL scripts.
+
Currently [[OpenSim.Region.ScriptEngine.DotNetEngine]] is one of two ScriptEngines available. It handles running LSL, C#, VB, J# and Yield Prolog scripts.
 +
 
 +
For XEngine, see [[ScriptEngines]]
 +
 
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 14:41, 21 September 2008

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.

Currently OpenSim.Region.ScriptEngine.DotNetEngine is one of two ScriptEngines available. It handles running LSL, C#, VB, J# and Yield Prolog scripts.

For XEngine, see ScriptEngines

Personal tools
General
About This Wiki