classref: Sync with current master branch (4714e95)

This commit is contained in:
Godot Organization
2023-08-12 03:18:27 +00:00
parent 4e78e11393
commit f593c47588
68 changed files with 1205 additions and 465 deletions

View File

@@ -137,7 +137,7 @@ Feedback delay time in milliseconds.
- void **set_feedback_level_db** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_feedback_level_db** **(** **)**
Sound level for ``tap1``.
Sound level for feedback.
.. rst-class:: classref-item-separator
@@ -171,7 +171,7 @@ Low-pass filter for feedback, in Hz. Frequencies below this value are filtered o
- void **set_tap1_active** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **is_tap1_active** **(** **)**
If ``true``, ``tap1`` will be enabled.
If ``true``, the first tap will be enabled.
.. rst-class:: classref-item-separator
@@ -188,7 +188,7 @@ If ``true``, ``tap1`` will be enabled.
- void **set_tap1_delay_ms** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap1_delay_ms** **(** **)**
``tap1`` delay time in milliseconds.
First tap delay time in milliseconds.
.. rst-class:: classref-item-separator
@@ -205,7 +205,7 @@ If ``true``, ``tap1`` will be enabled.
- void **set_tap1_level_db** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap1_level_db** **(** **)**
Sound level for ``tap1``.
Sound level for the first tap.
.. rst-class:: classref-item-separator
@@ -222,7 +222,7 @@ Sound level for ``tap1``.
- void **set_tap1_pan** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap1_pan** **(** **)**
Pan position for ``tap1``. Value can range from -1 (fully left) to 1 (fully right).
Pan position for the first tap. Value can range from -1 (fully left) to 1 (fully right).
.. rst-class:: classref-item-separator
@@ -239,7 +239,7 @@ Pan position for ``tap1``. Value can range from -1 (fully left) to 1 (fully righ
- void **set_tap2_active** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **is_tap2_active** **(** **)**
If ``true``, ``tap2`` will be enabled.
If ``true``, the second tap will be enabled.
.. rst-class:: classref-item-separator
@@ -256,7 +256,7 @@ If ``true``, ``tap2`` will be enabled.
- void **set_tap2_delay_ms** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap2_delay_ms** **(** **)**
**Tap2** delay time in milliseconds.
Second tap delay time in milliseconds.
.. rst-class:: classref-item-separator
@@ -273,7 +273,7 @@ If ``true``, ``tap2`` will be enabled.
- void **set_tap2_level_db** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap2_level_db** **(** **)**
Sound level for ``tap2``.
Sound level for the second tap.
.. rst-class:: classref-item-separator
@@ -290,7 +290,7 @@ Sound level for ``tap2``.
- void **set_tap2_pan** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_tap2_pan** **(** **)**
Pan position for ``tap2``. Value can range from -1 (fully left) to 1 (fully right).
Pan position for the second tap. Value can range from -1 (fully left) to 1 (fully right).
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`