Table of Contents

Class Plugin

Namespace
VAMP
Assembly
VAMP.dll
[BepInPlugin("VAMP", "VAMP", "1.0.0")]
public class Plugin : BasePlugin
Inheritance
BasePlugin
Plugin
Inherited Members
BasePlugin.AddComponent<T>()
BasePlugin.Log
BasePlugin.Config

Fields

OnCoreLoaded

Event that is triggered when the Core system has finished loading. This action can be subscribed to for executing code after core initialization is complete.

[Obsolete("Use VAMP.Events.OnCoreLoaded instead. Will be removed in a future version.")]
public static Action OnCoreLoaded

Field Value

Action

SpawnDebug

public static bool SpawnDebug

Field Value

bool

Properties

Harmony

public static Harmony Harmony { get; }

Property Value

Harmony

Instance

public static Plugin Instance { get; }

Property Value

Plugin

LogInstance

public static ManualLogSource LogInstance { get; }

Property Value

ManualLogSource

Methods

Load()

public override void Load()

Unload()

public override bool Unload()

Returns

bool