pandemonium_engine/scene/main
Rémi Verschelde afed6d80bd Node: Rename child_exited_tree to child_exiting_tree
The name was confusing as this signal is emitted around the same time as
`tree_exiting` and `NOTIFICATION_EXIT_TREE`, i.e. while the child node is
still in tree.

Fixes #59210.

(cherry picked from commit 3e6de687b8e9f5c24ff78312208eae6195e6ca40)
2022-07-29 11:03:04 +02:00
..
canvas_layer.cpp Clang format all files. 2022-03-18 19:00:13 +01:00
canvas_layer.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
http_request.cpp Use a floating-point number for the timeout property in HTTPRequest 2022-07-27 18:01:11 +02:00
http_request.h Use a floating-point number for the timeout property in HTTPRequest 2022-07-27 18:01:11 +02:00
instance_placeholder.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
instance_placeholder.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
node.cpp Node: Rename child_exited_tree to child_exiting_tree 2022-07-29 11:03:04 +02:00
node.h Force unsigned behaviour for bitfield enums 2022-07-28 13:45:51 +02:00
resource_preloader.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
resource_preloader.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
scene_tree.cpp ported: Make auto_accept_quit and quit_on_go_back properties. - timothyqiu 2022-07-27 18:26:15 +02:00
scene_tree.h ported: Make auto_accept_quit and quit_on_go_back properties. - timothyqiu 2022-07-27 18:26:15 +02:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
timer.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
timer.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
viewport.cpp Fix Viewport.own_world documentation 2022-07-28 13:44:56 +02:00
viewport.h Fix Viewport.own_world documentation 2022-07-28 13:44:56 +02:00