Core: Fix built-in enum constant bindings

This commit is contained in:
Danil Alexeev 2024-11-22 14:03:21 +03:00
parent f952bfe998
commit 03b05cf9ac
No known key found for this signature in database
GPG key ID: 5A52F75A8679EC57
24 changed files with 279 additions and 109 deletions

View file

@ -3560,9 +3560,6 @@ bool Variant::is_ref_counted() const {
return type == OBJECT && _get_obj().id.is_ref_counted();
}
void Variant::static_assign(const Variant &p_variant) {
}
bool Variant::is_type_shared(Variant::Type p_type) {
switch (p_type) {
case OBJECT: