Table of Contents

Namespace RisingV.Scripting

Namespaces

RisingV.Scripting.Commands
RisingV.Scripting.Engines
RisingV.Scripting.Exceptions
RisingV.Scripting.Managers
RisingV.Scripting.RuntimeHost
RisingV.Scripting.Tests

Classes

MyPluginInfo
Plugin

Plugin class for RisingV.Scripting.

ScriptContext<TData>

Represents the context in which a script is executed, including its associated data and metadata.

ScriptData

Data associated with a script, including its assembly and load context.

Interfaces

IReloadableScript

Interface for scripts that can be reloaded. Include this interface if your script needs to support reloading at runtime.

IScript

Interface for scripts in the RisingV scripting system.

IScriptContext

Represents the context in which a script is executed.

IScriptContext<TData>

Represents the context in which a script is executed, with a specific data type.

IScript<TContext>

Generic interface for scripts with a specific context type.