Core: Fix built-in enum constant bindings
This commit is contained in:
parent
f952bfe998
commit
03b05cf9ac
24 changed files with 279 additions and 109 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue