Namespace Artemis.Core.ScriptingProviders
Classes
GlobalScript
Represents a script running globally
ProfileScript
Represents a script bound to a specific Profile processed by a ScriptingProvider.
Script
Represents a script processed by a ScriptingProvider.
ScriptConfiguration
Represents the configuration of a script
ScriptingProvider
Allows you to implement and register your own scripting provider.
Note: You can't implement this, implement ScriptingProvider<TGlobalScript, TProfileScript> instead.
ScriptingProvider<TGlobalScript, TProfileScript>
Allows you to implement and register your own scripting provider.
Interfaces
IScriptEditorViewModel
Represents a view model containing a script editor
Enums
ScriptType
Represents a type of script