Does queue free() work on all nodes?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By JTJonny
:warning: Old Version Published before Godot 3 was released.

I usually free all my nodes with queue free(), because I thought it was safer, and I couldn’t think of a reason not to. Today I tried to free a node with a fixed process, and it would not free. Does it not free because it has no idle/slow time, or am I doing something else wrong?

:bust_in_silhouette: Reply From: Gokudomatic2

It should free all nodes. Maybe it’s a bug.

Please note that for queue_free to work the node must be part of scene tree (would be great if you could update your answer)

kubecz3k | 2016-04-29 10:09