Merge pull request #77782 from RandomShaper/fix_hc_bind_type
Use right type in the binding of DocCache::classes
This commit is contained in:
commit
5b3019dbca
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ protected:
|
||||||
ClassDB::bind_method(D_METHOD("get_classes"), &DocCache::get_classes);
|
ClassDB::bind_method(D_METHOD("get_classes"), &DocCache::get_classes);
|
||||||
|
|
||||||
ADD_PROPERTY(PropertyInfo(Variant::STRING, "version_hash"), "set_version_hash", "get_version_hash");
|
ADD_PROPERTY(PropertyInfo(Variant::STRING, "version_hash"), "set_version_hash", "get_version_hash");
|
||||||
ADD_PROPERTY(PropertyInfo(Variant::DICTIONARY, "classes"), "set_classes", "get_classes");
|
ADD_PROPERTY(PropertyInfo(Variant::ARRAY, "classes"), "set_classes", "get_classes");
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue