Function SceneTree.queueDelete

Queues the given object for deletion, delaying the call to GodotObject.free to after the current frame.

void queueDelete (
  GodotObject obj
) nothrow @nogc;