Table of Contents

Class AdminEngine

Namespace
RisingV.Core.Engines
Assembly
RisingV.Core.AdminEngine.dll

AdminEngine is responsible for loading and managing admin-related systems and hooks.

public class AdminEngine : Engine<AdminEngineConfig>, IEngine<AdminEngineConfig>, IEngine, IManageableLifecycle<EngineManager>, IManageableLifecycle, IReloadable, IManageable<EngineManager>, IManageable, IEnableable
Inheritance
AdminEngine
Implements
Inherited Members
Extension Methods

Fields

Guid

public const string Guid = "RisingV.Core.AdminEngine"

Field Value

string

Methods

Ready(EngineManager, List<IPlugin>)

Prepares the manager for use with a specific type, typically after loading.

public override void Ready(EngineManager manager, List<IPlugin> plugins)

Parameters

manager EngineManager
plugins List<IPlugin>