Add console command to list settings and show current and default values
This commit is contained in:
@@ -19,7 +19,7 @@ struct IniFile;
|
||||
void IConsoleSetSetting(const char *name, const char *value, bool force_newgame = false);
|
||||
void IConsoleSetSetting(const char *name, int32 value);
|
||||
void IConsoleGetSetting(const char *name, bool force_newgame = false);
|
||||
void IConsoleListSettings(const char *prefilter);
|
||||
void IConsoleListSettings(const char *prefilter, bool show_defaults);
|
||||
|
||||
void LoadFromConfig(bool minimal = false);
|
||||
void SaveToConfig();
|
||||
|
Reference in New Issue
Block a user