浏览代码

Scripting (Continued): Remove outdated comment

Max Hilbrunner 7 年之前
父节点
当前提交
29b6ff571a
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 6 2
      getting_started/step_by_step/scripting_continued.rst

+ 6 - 2
getting_started/step_by_step/scripting_continued.rst

@@ -140,8 +140,12 @@ calling
     
     
     var enemies = GetTree().GetNodesInGroup("enemies");
     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
 Notifications
 -------------
 -------------