mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
Rename Variant::is_ref() to is_ref_counted()
This commit is contained in:
parent
8b8e858778
commit
7b0ed2aa5e
10 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue