classref: Sync with current master branch (2e7fc81)

This commit is contained in:
Godot Organization
2024-02-24 03:20:02 +00:00
parent 4f21f44632
commit 8978497bb6
938 changed files with 42729 additions and 36889 deletions

View File

@@ -60,8 +60,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_bar_beats** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_bar_beats** **(** **)**
- |void| **set_bar_beats**\ (\ value\: :ref:`int<class_int>`\ )
- :ref:`int<class_int>` **get_bar_beats**\ (\ )
.. container:: contribute
@@ -79,8 +79,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_beat_count** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_beat_count** **(** **)**
- |void| **set_beat_count**\ (\ value\: :ref:`int<class_int>`\ )
- :ref:`int<class_int>` **get_beat_count**\ (\ )
.. container:: contribute
@@ -98,8 +98,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_bpm** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_bpm** **(** **)**
- |void| **set_bpm**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_bpm**\ (\ )
.. container:: contribute
@@ -117,8 +117,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_data** **(** :ref:`PackedByteArray<class_PackedByteArray>` value **)**
- :ref:`PackedByteArray<class_PackedByteArray>` **get_data** **(** **)**
- |void| **set_data**\ (\ value\: :ref:`PackedByteArray<class_PackedByteArray>`\ )
- :ref:`PackedByteArray<class_PackedByteArray>` **get_data**\ (\ )
Contains the audio data in bytes.
@@ -159,8 +159,8 @@ You can load a file without having to import it beforehand using the code snippe
.. rst-class:: classref-property-setget
- void **set_loop** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **has_loop** **(** **)**
- |void| **set_loop**\ (\ value\: :ref:`bool<class_bool>`\ )
- :ref:`bool<class_bool>` **has_loop**\ (\ )
If ``true``, the stream will automatically loop when it reaches the end.
@@ -176,8 +176,8 @@ If ``true``, the stream will automatically loop when it reaches the end.
.. rst-class:: classref-property-setget
- void **set_loop_offset** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_loop_offset** **(** **)**
- |void| **set_loop_offset**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_loop_offset**\ (\ )
Time in seconds at which the stream starts after being looped.
@@ -188,3 +188,4 @@ Time in seconds at which the stream starts after being looped.
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
.. |void| replace:: :abbr:`void (No return value.)`