mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Scripting (Continued): Remove outdated comment
This commit is contained in:
@@ -140,8 +140,12 @@ calling
|
||||
|
||||
var enemies = GetTree().GetNodesInGroup("enemies");
|
||||
|
||||
The :ref:`SceneTree <class_SceneTree>` documentation is currently incomplete,
|
||||
though more will be added later.
|
||||
The :ref:`SceneTree <class_SceneTree>` class provides many useful methods,
|
||||
like interacting with scenes, their node hierarchy and groups of nodes.
|
||||
It allows you to easily switch scenes or reload them,
|
||||
to quit the game or pause and unpause it.
|
||||
It even comes with interesting signals.
|
||||
So check it out if you got some time!
|
||||
|
||||
Notifications
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user