mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
classref: Sync with current master branch (4b6c88d)
This commit is contained in:
@@ -23,7 +23,7 @@ The **Timer** node is a countdown timer and is the simplest way to handle time-b
|
||||
|
||||
After a timer enters the scene tree, it can be manually started with :ref:`start()<class_Timer_method_start>`. A timer node is also started automatically if :ref:`autostart<class_Timer_property_autostart>` is ``true``.
|
||||
|
||||
Without requiring much code, a timer node can be added and configured in the editor. The :ref:`timeout<class_Timer_signal_timeout>` signal it emits can also be connected through the Node dock in the editor:
|
||||
Without requiring much code, a timer node can be added and configured in the editor. The :ref:`timeout<class_Timer_signal_timeout>` signal it emits can also be connected through the Signals dock in the editor:
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user