Namespace RisingV.Scripting
Namespaces
Classes
- 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.