class_configfile - ScyDev/godot GitHub Wiki
ConfigFile
####Inherits: Reference ####Category: Core
Brief Description
Member Functions
- void set_value ( String section, String key, var value )
- void get_value ( String section, String key ) const
- bool has_section ( String section ) const
- bool has_section_key ( String section, String key ) const
- StringArray get_sections ( ) const
- StringArray get_section_keys ( String arg0 ) const
- Error load ( String path )
- Error save ( String path )