how to chack is a node deleted already?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Thakee Nathees

if a node queue freed how to know it’s not there anymore? is_queued_for_deletion() is not what i want, i want to check after some time from it freed

:bust_in_silhouette: Reply From: Thomas Karcher

is_instance_valid (node) can be used to check if an object has been freed.