Elin Decompiled Documentation EA 23.102 Nightly
|
Public Attributes | |
int | antiMissClick = 2 |
float | bgmInterval = 1f |
bool | noCensor |
bool | runBackground |
bool | muteBackground |
bool | showTestOptions |
bool | syncMods |
bool | disableMods |
string | idMainWidgetTheme |
string | idSubWidgetTheme |
Definition at line 495 of file CoreConfig.cs.
int CoreConfig.OtherSetting.antiMissClick = 2 |
Definition at line 497 of file CoreConfig.cs.
Referenced by CoreConfig.Apply().
float CoreConfig.OtherSetting.bgmInterval = 1f |
Definition at line 499 of file CoreConfig.cs.
bool CoreConfig.OtherSetting.disableMods |
Definition at line 511 of file CoreConfig.cs.
Referenced by LayerMod.OnInit(), and Core.Start().
string CoreConfig.OtherSetting.idMainWidgetTheme |
Definition at line 513 of file CoreConfig.cs.
Referenced by WidgetManager.Load(), and WidgetManager.Save().
string CoreConfig.OtherSetting.idSubWidgetTheme |
Definition at line 515 of file CoreConfig.cs.
bool CoreConfig.OtherSetting.muteBackground |
Definition at line 505 of file CoreConfig.cs.
Referenced by Core.OnApplicationFocus().
bool CoreConfig.OtherSetting.noCensor |
Definition at line 501 of file CoreConfig.cs.
Referenced by Card.SetCensored().
bool CoreConfig.OtherSetting.runBackground |
Definition at line 503 of file CoreConfig.cs.
Referenced by CoreConfig.Apply().
bool CoreConfig.OtherSetting.showTestOptions |
Definition at line 507 of file CoreConfig.cs.
Referenced by LayerConfig.OnBeforeAddLayer().
bool CoreConfig.OtherSetting.syncMods |
Definition at line 509 of file CoreConfig.cs.
Referenced by Core.StartCase().