diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-09 23:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 23:03:36 +0200 |
commit | 911c4fed768b9646ee2ec4b37d63dbf34a8f78e7 (patch) | |
tree | 647a3bcc2cd363cb9d0b7f6eb460c099788bbde4 | |
parent | 006bb33b79fe110406a539a919d59e558fea5e1c (diff) | |
parent | 1261f47c35ec6963fccfc56e7e7f4bb2f288a691 (diff) |
Merge pull request #40239 from Calinou/doc-scene-tree-create-timer
Mention `SceneTree.create_timer()` in the Timer class documentation
-rw-r--r-- | doc/classes/Timer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index c1e5987a06..5d684755fa 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -5,6 +5,7 @@ </brief_description> <description> Counts down a specified interval and emits a signal on reaching 0. Can be set to repeat or "one-shot" mode. + [b]Note:[/b] To create an one-shot timer without instantiating a node, use [method SceneTree.create_timer]. </description> <tutorials> </tutorials> |