Class Config
Inheritance
System.Object
Config
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Exiled.Events.dll
Syntax
public sealed class Config : IConfig
Properties
|
Improve this Doc
View Source
CanFlashbangsAffectThrower
Gets or sets a value indicating whether flashbangs flash original thrower.
Declaration
public bool CanFlashbangsAffectThrower { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanKeycardThrowAffectDoors
Gets or sets a value indicating whether keycard throw can affect basic doors.
Declaration
public bool CanKeycardThrowAffectDoors { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanScp049SenseTutorial
Gets or sets a value indicating whether SCP-049 can activate the sense ability on tutorials.
Declaration
public bool CanScp049SenseTutorial { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanSpawnBlood
Gets or sets a value indicating whether the blood can be spawned or not.
Declaration
public bool CanSpawnBlood { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanTutorialBlockScp173
Gets or sets a value indicating whether SCP-173 can be blocked or not by the tutorial.
Declaration
public bool CanTutorialBlockScp173 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CanTutorialTriggerScp096
Gets or sets a value indicating whether SCP-096 can be triggered or not by the tutorial.
Declaration
public bool CanTutorialTriggerScp096 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Debug
Declaration
public bool Debug { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNameTrackingEnabled
Gets or sets a value indicating whether the name tracking (invisible EXILED version string added to the end of the server name) is enabled or not.
Declaration
public bool IsNameTrackingEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LogRaCommands
Gets or sets a value indicating whether to log RA commands.
Declaration
public bool LogRaCommands { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldDropInventory
Gets or sets a value indicating whether the inventory should be dropped before being set as spectator, through commands or plugins.
Declaration
public bool ShouldDropInventory { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldLogBans
Gets a value indicating whether bans should be logged or not.
Declaration
public bool ShouldLogBans { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldReloadConfigsAtRoundRestart
Gets or sets a value indicating whether configs has to be reloaded every time a round restarts.
Declaration
public bool ShouldReloadConfigsAtRoundRestart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShouldReloadTranslationsAtRoundRestart
Gets or sets a value indicating whether translations has to be reloaded every time a round restarts.
Declaration
public bool ShouldReloadTranslationsAtRoundRestart { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TutorialNotAffectedByScp079Scan
Gets or sets a value indicating whether tutorial is affected by SCP-079 scan.
Declaration
public bool TutorialNotAffectedByScp079Scan { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseDynamicPatching
Gets or sets a value indicating whether events are only patched if they have delegates subscribed to them.
Declaration
public bool UseDynamicPatching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods