Represents a section in the settings file.
Represents a section in the settings file.
bool GetBool(const string&in key, bool def = false)
bool int GetInt(const string&in key, int def = 0)
int float GetFloat(const string&in key, float def = 0.0f)
float string[]@ GetKeys()
string[]@