Use right type in the binding of DocCache::classes
This commit is contained in:
parent
2e273f0e35
commit
f9836fed72
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ protected:
|
|||
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::DICTIONARY, "classes"), "set_classes", "get_classes");
|
||||
ADD_PROPERTY(PropertyInfo(Variant::ARRAY, "classes"), "set_classes", "get_classes");
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue