mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Rename Variant::is_ref() to is_ref_counted()
This commit is contained in:
@@ -3256,7 +3256,7 @@ bool Variant::hash_compare(const Variant &p_variant, int recursion_count) const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Variant::is_ref() const {
|
||||
bool Variant::is_ref_counted() const {
|
||||
return type == OBJECT && _get_obj().id.is_ref_counted();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user