class_scenetreetimer.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the SceneTreeTimer.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_SceneTreeTimer:
  5. SceneTreeTimer
  6. ==============
  7. **Inherits:** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------+-----------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`time_left<class_SceneTreeTimer_property_time_left>` |
  15. +---------------------------+-----------------------------------------------------------+
  16. Signals
  17. -------
  18. .. _class_SceneTreeTimer_signal_timeout:
  19. - **timeout** **(** **)**
  20. Property Descriptions
  21. ---------------------
  22. .. _class_SceneTreeTimer_property_time_left:
  23. - :ref:`float<class_float>` **time_left**
  24. +----------+----------------------+
  25. | *Setter* | set_time_left(value) |
  26. +----------+----------------------+
  27. | *Getter* | get_time_left() |
  28. +----------+----------------------+