From 91f98e39a17105addb640362081a823a375531a1 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 6 Sep 2023 15:21:26 +0200 Subject: [PATCH] Also added doc for SceneTree::get_first_node_in_group(). --- doc/classes/SceneTree.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index d2f1a8b1a..ceb3b70fd 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -68,6 +68,13 @@ Creates and returns a new [SceneTreeTween]. + + + + + Returns the first node in the specified group, or [code]null[/code] if the group is empty or does not exist. + +