disconnecting a node

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

hello, I have a question regarding disconnecting nodes

Do you need to disconnect nodes you connected beforehand when you delete them with queue_free? If I don’t disconnect them will they stay in memory?

:bust_in_silhouette: Reply From: volzhs

you don’t have to disconnect manually before queue_free()
it will be handled properly.

thank you. This saves a lot of time cause you don’t need to worry about manually disconnecting them.

FrazzleTime | 2017-11-24 18:36