Interface IConfig
Defines the contract for basic config features.
Namespace: Exiled.API.Interfaces
Assembly: Exiled.API.dll
Syntax
public interface IConfig
Properties
| Improve this Doc View SourceDebug
Gets or sets a value indicating whether debug messages should be displayed in the console or not.
Declaration
bool Debug { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsEnabled
Gets or sets a value indicating whether the plugin is enabled or not.
Declaration
bool IsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |