Browse Source

Merge pull request #83435 from trevyn/get_skips

Document `AudioStreamGeneratorPlayback.get_skips()`
Yuri Sizov 1 year ago
parent
commit
e7c3a0540a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/classes/AudioStreamGeneratorPlayback.xml

+ 1 - 0
doc/classes/AudioStreamGeneratorPlayback.xml

@@ -33,6 +33,7 @@
 		<method name="get_skips" qualifiers="const">
 			<return type="int" />
 			<description>
+				Returns the number of times the playback skipped due to a buffer underrun in the audio sample data. This value is reset at the start of the playback.
 			</description>
 		</method>
 		<method name="push_buffer">