godot游戏引擎吧 关注:59贴子:119
  • 0回复贴,共1

Godot 配置文件读写类:ConfigFile

只看楼主收藏回复

Class: ConfigFile
Inherits: Reference
Public Methods:
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 )


IP属地:广西1楼2014-10-21 17:06回复