Class ScriptingEngine
Scripting engine that manages script execution and reloading for plugins.
public class ScriptingEngine : Engine<ScriptingEngineConfig>, IEngine<ScriptingEngineConfig>, IEngine, IManageableLifecycle<EngineManager>, IManageableLifecycle, IReloadable, IManageable<EngineManager>, IManageable
- Inheritance
-
ScriptingEngine
- Implements
- Inherited Members
- Extension Methods
Methods
Ready(EngineManager, List<IPlugin>)
Prepares the manager for use with a specific type, typically after loading.
public override void Ready(EngineManager manager, List<IPlugin> plugins)
Parameters
manager
EngineManagerplugins
List<IPlugin>