2
0
Эх сурвалжийг харах

Merge pull request #83435 from trevyn/get_skips

Document `AudioStreamGeneratorPlayback.get_skips()`
Yuri Sizov 1 жил өмнө
parent
commit
e7c3a0540a

+ 1 - 0
doc/classes/AudioStreamGeneratorPlayback.xml

@@ -33,6 +33,7 @@
 		<method name="get_skips" qualifiers="const">
 		<method name="get_skips" qualifiers="const">
 			<return type="int" />
 			<return type="int" />
 			<description>
 			<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>
 			</description>
 		</method>
 		</method>
 		<method name="push_buffer">
 		<method name="push_buffer">