You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Rename Variant::is_ref() to is_ref_counted()
This commit is contained in:
@@ -964,7 +964,7 @@ void VisualScriptBuiltinFunc::exec_func(BuiltinFunc p_func, const Variant **p_in
|
||||
return;
|
||||
}
|
||||
|
||||
if (p_inputs[0]->is_ref()) {
|
||||
if (p_inputs[0]->is_ref_counted()) {
|
||||
REF r = *p_inputs[0];
|
||||
if (!r.is_valid()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user