Table of Contents

Interface IPluginContext

Namespace
CounterStrikeSharp.API.Core.Plugin
Assembly
CounterStrikeSharp.API.dll
public interface IPluginContext

Properties

FilePath

string FilePath { get; }

Property Value

string

Plugin

IPlugin Plugin { get; }

Property Value

IPlugin

PluginId

int PluginId { get; }

Property Value

int

State

PluginState State { get; }

Property Value

PluginState

Methods

Load(bool)

void Load(bool hotReload)

Parameters

hotReload bool

Unload(bool)

void Unload(bool hotReload)

Parameters

hotReload bool