mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
Added the default arguments to the binding for ResourceImportMetadata::add_source to match the c++ version
This commit is contained in:
parent
6e54fa3d47
commit
84be16758e
@ -130,7 +130,7 @@ void ResourceImportMetadata::_bind_methods() {
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_editor","name"),&ResourceImportMetadata::set_editor);
|
||||
ObjectTypeDB::bind_method(_MD("get_editor"),&ResourceImportMetadata::get_editor);
|
||||
ObjectTypeDB::bind_method(_MD("add_source","path","md5"),&ResourceImportMetadata::add_source);
|
||||
ObjectTypeDB::bind_method(_MD("add_source","path","md5"),&ResourceImportMetadata::add_source, "");
|
||||
ObjectTypeDB::bind_method(_MD("get_source_path","idx"),&ResourceImportMetadata::get_source_path);
|
||||
ObjectTypeDB::bind_method(_MD("get_source_md5","idx"),&ResourceImportMetadata::get_source_md5);
|
||||
ObjectTypeDB::bind_method(_MD("remove_source","idx"),&ResourceImportMetadata::remove_source);
|
||||
|
Loading…
Reference in New Issue
Block a user