forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 20
class_configfile
reduz edited this page Feb 23, 2014
·
8 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
- int load ( String path )
- int save ( String path )