ConfigFile Godot3 - Docs » Godot API » ConfigFile Inherits: Reference < Object Category: Core Brief Description Helper class to handle INI-style files. INI 스타일의 파일을 처리하는 헬퍼 클래스. Member Functions void erase_section ( String section ) PoolStringArray get_section_keys ( String section ) const PoolStringArray get_sections ( ) const Variant get_value ( String section, String key, Variant default=null..