ConfigFile
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
void |
clear ( ) |
encode_to_text ( ) const |
|
void |
erase_section ( String section ) |
void |
erase_section_key ( String section, String key ) |
get_section_keys ( String section ) const |
|
get_sections ( ) const |
|
get_value ( String section, String key, Variant default=null ) const |
|
has_section ( String section ) const |
|
has_section_key ( String section, String key ) const |
|
load_encrypted ( String path, PackedByteArray key ) |
|
load_encrypted_pass ( String path, String password ) |
|
save_encrypted ( String path, PackedByteArray key ) |
|
save_encrypted_pass ( String path, String password ) |
|
void |
Method Descriptions
void clear ( )
There is currently no description for this method. Please help us by contributing one!
String encode_to_text ( ) const
There is currently no description for this method. Please help us by contributing one!
void erase_section ( String section )
There is currently no description for this method. Please help us by contributing one!
void erase_section_key ( String section, String key )
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_section_keys ( String section ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray get_sections ( ) const
There is currently no description for this method. Please help us by contributing one!
Variant get_value ( String section, String key, Variant default=null ) const
There is currently no description for this method. Please help us by contributing one!
bool has_section ( String section ) const
There is currently no description for this method. Please help us by contributing one!
bool has_section_key ( String section, String key ) const
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error load_encrypted ( String path, PackedByteArray key )
There is currently no description for this method. Please help us by contributing one!
Error load_encrypted_pass ( String path, String password )
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
There is currently no description for this method. Please help us by contributing one!
Error save_encrypted ( String path, PackedByteArray key )
There is currently no description for this method. Please help us by contributing one!
Error save_encrypted_pass ( String path, String password )
There is currently no description for this method. Please help us by contributing one!
void set_value ( String section, String key, Variant value )
There is currently no description for this method. Please help us by contributing one!