forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_configfile
Lukas Sägesser edited this page Jun 22, 2015
·
9 revisions
####Inherits: Reference ####Category: Core
- 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 )