Settings🔗
Hérite: Node
Wrapper around ConfigFile to manage game settings file.
Propriétés🔗
|
Méthodes🔗
void |
_ready() |
get_value(section: String, key: String, default: Variant = null) |
|
void |
|
void |
reset() |
void |
save() |
Constants🔗
settings_path = "res://config/settings.cfg" 🔗
There is currently no description for this constant. Please help us by contributing one!
user_settings_path = "user://settings.cfg" 🔗
There is currently no description for this constant. Please help us by contributing one!
Descriptions de propriété🔗
ConfigFile _config_file = <unknown> 🔗
There is currently no description for this property. Please help us by contributing one!
Descriptions de méthode🔗
void _ready() 🔗
There is currently no description for this method. Please help us by contributing one!
Variant get_value(section: String, key: String, default: Variant = null) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_value(section: String, key: String, value: Variant) 🔗
There is currently no description for this method. Please help us by contributing one!
void reset() 🔗
There is currently no description for this method. Please help us by contributing one!
void save() 🔗
There is currently no description for this method. Please help us by contributing one!