- clear
GodotMethod!(void) clear;
Undocumented in source.
- eraseSection
GodotMethod!(void, String) eraseSection;
Undocumented in source.
- eraseSectionKey
GodotMethod!(void, String, String) eraseSectionKey;
Undocumented in source.
- getSectionKeys
GodotMethod!(PoolStringArray, String) getSectionKeys;
Undocumented in source.
- getSections
GodotMethod!(PoolStringArray) getSections;
Undocumented in source.
- getValue
GodotMethod!(Variant, String, String, Variant) getValue;
Undocumented in source.
- hasSection
GodotMethod!(bool, String) hasSection;
Undocumented in source.
- hasSectionKey
GodotMethod!(bool, String, String) hasSectionKey;
Undocumented in source.
- load
GodotMethod!(GodotError, String) load;
Undocumented in source.
- loadEncrypted
GodotMethod!(GodotError, String, PoolByteArray) loadEncrypted;
Undocumented in source.
- loadEncryptedPass
GodotMethod!(GodotError, String, String) loadEncryptedPass;
Undocumented in source.
- parse
GodotMethod!(GodotError, String) parse;
Undocumented in source.
- save
GodotMethod!(GodotError, String) save;
Undocumented in source.
- saveEncrypted
GodotMethod!(GodotError, String, PoolByteArray) saveEncrypted;
Undocumented in source.
- saveEncryptedPass
GodotMethod!(GodotError, String, String) saveEncryptedPass;
Undocumented in source.
- setValue
GodotMethod!(void, String, String, Variant) setValue;
Undocumented in source.