Namespace RisingV.Scripting.RuntimeHost
Classes
- ReloadableScript
Script wrapper that can be reloaded at runtime.
- Script
Base class for scripts in the RisingV scripting system.
- ScriptLoader
Loads scripts from files, compiles them, and returns instances of IScript<TContext>.
- ScriptLoaderOptions
Options for loading scripts.
Interfaces
- IScriptLoader
Interface for loading scripts.