Skip to content

Conversation

@michaelgundlach
Copy link
Contributor

Correct the description of "tree order".

The discussion conflated _ready()'s unusual traversal order (post-order traversal) with the usual "tree order" (preorder traversal) for most operations. It seemed to imply that _ready and most other notifications were received in identical orders.

Correct the description of "tree order".

The discussion conflated _ready()'s unusual traversal order (post-order traversal) with the usual "tree order" (preorder traversal) for most operations.  It seemed to imply that _ready and most other notifications were received in identical orders.
michaelgundlach and others added 2 commits October 24, 2023 11:07
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
@michaelgundlach michaelgundlach changed the title Update scene_tree.rst Correct the description of "tree order". Oct 29, 2023
@michaelgundlach michaelgundlach changed the title Correct the description of "tree order". Correct the description of "tree order" Oct 29, 2023
@Calinou Calinou added bug area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.1 labels Nov 9, 2023
Copy link
Member

@Calinou Calinou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, but I'd like a second opinion to make sure this new documentation is correct before merging.

@mhilbrunner mhilbrunner merged commit 042c415 into godotengine:master Nov 9, 2023
@mhilbrunner
Copy link
Member

Merged. Thanks and congrats on your first merged contribution!

mhilbrunner pushed a commit to mhilbrunner/godot-docs that referenced this pull request Nov 11, 2023
* Update scene_tree.rst

Correct the description of "tree order".

The discussion conflated _ready()'s unusual traversal order (post-order traversal) with the usual "tree order" (preorder traversal) for most operations.  It seemed to imply that _ready and most other notifications were received in identical orders.

---------

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
@mhilbrunner
Copy link
Member

Cherry-picked to 4.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants