diff options
| author | Geequlim | 2016-05-31 15:06:24 +0800 |
|---|---|---|
| committer | Geequlim | 2016-06-03 18:45:44 +0800 |
| commit | 2bbedd35ddfa0eb4872003383c5ea91b887427ac (patch) | |
| tree | 1475baeb29393bf94b06581a8d0855ed71c0917a /core/resource.cpp | |
| parent | b8d31c5eb5ff91c5c4f0af3c74d92aabbbebac9f (diff) | |
| download | godot-2bbedd35ddfa0eb4872003383c5ea91b887427ac.tar.gz godot-2bbedd35ddfa0eb4872003383c5ea91b887427ac.tar.zst godot-2bbedd35ddfa0eb4872003383c5ea91b887427ac.zip | |
Diffstat (limited to 'core/resource.cpp')
| -rw-r--r-- | core/resource.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/resource.cpp b/core/resource.cpp index b7a5bad4b..97dee3e1d 100644 --- a/core/resource.cpp +++ b/core/resource.cpp @@ -133,6 +133,7 @@ void ResourceImportMetadata::_bind_methods() { 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("set_source_md5","idx", "md5"),&ResourceImportMetadata::set_source_md5); ObjectTypeDB::bind_method(_MD("remove_source","idx"),&ResourceImportMetadata::remove_source); ObjectTypeDB::bind_method(_MD("get_source_count"),&ResourceImportMetadata::get_source_count); ObjectTypeDB::bind_method(_MD("set_option","key","value"),&ResourceImportMetadata::set_option); |
