Table of Contents

Interface IPluginConfig<T>

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll

An interface that describes a plugin configuration.

public interface IPluginConfig<T> where T : IBasePluginConfig, new()

Type Parameters

T

Properties

Config

T Config { get; set; }

Property Value

T

Methods

OnConfigParsed(T)

Called when the ConfigManager has parsed the configuration file for this plugin

void OnConfigParsed(T config)

Parameters

config T

Parsed config instance