mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-10 00:29:04 +00:00
46 lines
1.1 KiB
ReStructuredText
46 lines
1.1 KiB
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the SceneTreeTimer.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_SceneTreeTimer:
|
|
|
|
SceneTreeTimer
|
|
==============
|
|
|
|
**Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Properties
|
|
----------
|
|
|
|
+---------------------------+-----------------------------------------------------------+
|
|
| :ref:`float<class_float>` | :ref:`time_left<class_SceneTreeTimer_property_time_left>` |
|
|
+---------------------------+-----------------------------------------------------------+
|
|
|
|
Signals
|
|
-------
|
|
|
|
.. _class_SceneTreeTimer_signal_timeout:
|
|
|
|
- **timeout** **(** **)**
|
|
|
|
Property Descriptions
|
|
---------------------
|
|
|
|
.. _class_SceneTreeTimer_property_time_left:
|
|
|
|
- :ref:`float<class_float>` **time_left**
|
|
|
|
+----------+----------------------+
|
|
| *Setter* | set_time_left(value) |
|
|
+----------+----------------------+
|
|
| *Getter* | get_time_left() |
|
|
+----------+----------------------+
|
|
|