From a2f9ffb0c7eacd45198f4b0b8702afd65eded9ae Mon Sep 17 00:00:00 2001 From: Grosskopf Date: Sat, 16 Sep 2017 20:09:29 +0200 Subject: Added Documentation of AudioStreamPlayer Fixed according to Comments autoplay issue fixed --- doc/classes/AudioStreamPlayer.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index 64823c3be5..cf5adc3431 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -1,8 +1,10 @@ + Plays back audio. + Plays background audio. @@ -57,6 +59,7 @@ + Plays the audio from the given position 'from_pos', in seconds. @@ -65,6 +68,7 @@ + Sets the position from which audio will be played, in seconds. @@ -111,26 +115,33 @@ + Stops the audio. + If [code]true[/code], audio plays when added to scene tree. Default value: [code]false[/code]. + Bus on which this audio is playing. + If [code]true[/code], audio is playing. + The [AudioStream] object to be played. + Volume of sound, in dB. + Emitted when the audio stops playing. -- cgit v1.2.3