mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Sync classref with current source
This commit is contained in:
@@ -34,7 +34,7 @@ Properties
|
||||
+---------------------------------------+------------------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`playing<class_AudioStreamPlayer2D_property_playing>` | false |
|
||||
+---------------------------------------+------------------------------------------------------------------------+----------+
|
||||
| :ref:`AudioStream<class_AudioStream>` | :ref:`stream<class_AudioStreamPlayer2D_property_stream>` | null |
|
||||
| :ref:`AudioStream<class_AudioStream>` | :ref:`stream<class_AudioStreamPlayer2D_property_stream>` | |
|
||||
+---------------------------------------+------------------------------------------------------------------------+----------+
|
||||
| :ref:`bool<class_bool>` | :ref:`stream_paused<class_AudioStreamPlayer2D_property_stream_paused>` | false |
|
||||
+---------------------------------------+------------------------------------------------------------------------+----------+
|
||||
@@ -178,13 +178,11 @@ If ``true``, audio is playing.
|
||||
|
||||
- :ref:`AudioStream<class_AudioStream>` **stream**
|
||||
|
||||
+-----------+-------------------+
|
||||
| *Default* | null |
|
||||
+-----------+-------------------+
|
||||
| *Setter* | set_stream(value) |
|
||||
+-----------+-------------------+
|
||||
| *Getter* | get_stream() |
|
||||
+-----------+-------------------+
|
||||
+----------+-------------------+
|
||||
| *Setter* | set_stream(value) |
|
||||
+----------+-------------------+
|
||||
| *Getter* | get_stream() |
|
||||
+----------+-------------------+
|
||||
|
||||
The :ref:`AudioStream<class_AudioStream>` object to be played.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user