From 7c2e37e5ddbcb6d38d6a3f381cbcf29fb91fa7c5 Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:59:14 +0300 Subject: [PATCH] Document `AudioStreamGeneratorPlayback.get_skips()` Co-Authored-By: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> --- doc/classes/AudioStreamGeneratorPlayback.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/AudioStreamGeneratorPlayback.xml b/doc/classes/AudioStreamGeneratorPlayback.xml index 185b89d760e..88c5cf6dbea 100644 --- a/doc/classes/AudioStreamGeneratorPlayback.xml +++ b/doc/classes/AudioStreamGeneratorPlayback.xml @@ -33,6 +33,7 @@ + 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.