diff options
| author | Rémi Verschelde | 2015-12-28 02:13:05 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-12-28 02:13:05 +0100 |
| commit | d4993b74fc715d294ca0a77b335db3782d4bdcd6 (patch) | |
| tree | f8b95f71ecb329a2fe192b1f994634646ed63d9d /core/io/config_file.cpp | |
| parent | fe46b2ac0c56b58fd9651d283cf1ec802e613646 (diff) | |
| download | godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.tar.gz godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.tar.zst godot-d4993b74fc715d294ca0a77b335db3782d4bdcd6.zip | |
Diffstat (limited to 'core/io/config_file.cpp')
| -rw-r--r-- | core/io/config_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/config_file.cpp b/core/io/config_file.cpp index 75388f514..26dd862e0 100644 --- a/core/io/config_file.cpp +++ b/core/io/config_file.cpp @@ -736,7 +736,7 @@ void ConfigFile::_bind_methods(){ ObjectTypeDB::bind_method(_MD("has_section_key","section","key"),&ConfigFile::has_section_key); ObjectTypeDB::bind_method(_MD("get_sections"),&ConfigFile::_get_sections); - ObjectTypeDB::bind_method(_MD("get_section_keys"),&ConfigFile::_get_section_keys); + ObjectTypeDB::bind_method(_MD("get_section_keys","section"),&ConfigFile::_get_section_keys); ObjectTypeDB::bind_method(_MD("load:Error","path"),&ConfigFile::load); ObjectTypeDB::bind_method(_MD("save:Error","path"),&ConfigFile::save); |
