classref: Add support for [member] and [signal] tags

Part of #11137.
This commit is contained in:
Rémi Verschelde
2017-10-21 13:55:57 +02:00
parent b5f08bfa22
commit 4ce8307e42
286 changed files with 4978 additions and 78 deletions

View File

@@ -52,6 +52,8 @@ Member Functions
Signals
-------
.. _class_Timer_timeout:
- **timeout** **(** **)**
Emitted when the Timer reaches 0.
@@ -60,11 +62,23 @@ Emitted when the Timer reaches 0.
Member Variables
----------------
.. _class_Timer_autostart:
- :ref:`bool<class_bool>` **autostart** - If ``true``, Timer will automatically start when entering the scene tree. Default value: ``false``.
.. _class_Timer_one_shot:
- :ref:`bool<class_bool>` **one_shot** - If ``true``, Timer will stop when reaching 0. If ``false``, it will restart. Default value: ``false``.
.. _class_Timer_process_mode:
- :ref:`int<class_int>` **process_mode** - Processing mode. Uses TIMER_PROCESS\_\* constants as value.
.. _class_Timer_wait_time:
- :ref:`float<class_float>` **wait_time** - Wait time in seconds.
Numeric Constants
-----------------