Table of Contents

Interface IConfig

Namespace
Exiled.API.Interfaces
Assembly
Exiled.API.dll

Defines the contract for basic config features.

public interface IConfig
Extension Methods

Properties

Debug

Gets or sets a value indicating whether debug messages should be displayed in the console.

bool Debug { get; set; }

Property Value

bool

IsEnabled

Gets or sets a value indicating whether the plugin is enabled.

bool IsEnabled { get; set; }

Property Value

bool