From 1e9128238e7b74394148579ded9e63115cb0aa58 Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Sun, 31 Mar 2019 21:01:10 +0200 Subject: Document SceneTree.get_frame() and persistent in add_to_group --- doc/classes/Node.xml | 1 + doc/classes/SceneTree.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index e872fee1cc..22b1d8e371 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -146,6 +146,7 @@ Adds the node to a group. Groups are helpers to name and organize a subset of nodes, for example "enemies" or "collectables". A node can be in any number of groups. Nodes can be assigned a group at any time, but will not be added until they are inside the scene tree (see [method is_inside_tree]). See notes in the description, and the group methods in [SceneTree]. + [code]persistent[/code] option is used when packing node to [PackedScene] and saving to file. Non-persistent groups aren't stored. diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml index 7e696badb2..ed976b0856 100644 --- a/doc/classes/SceneTree.xml +++ b/doc/classes/SceneTree.xml @@ -77,6 +77,7 @@ + Returns the current frame, i.e. number of frames since the application started. -- cgit v1.2.3