Table of Contents

Interface IReloadableScript

Namespace
RisingV.Scripting
Assembly
RisingV.Scripting.dll

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

public interface IReloadableScript : IScript, IManageableLifecycle<ScriptManager>, IManageableLifecycle, IReloadable, IManageable<ScriptManager>, IManageable
Inherited Members
Extension Methods