summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-01-08 22:51:16 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-01-10 14:14:07 +0100
commit508e624b87194359ecc0f557a8030cf2624f2a28 (patch)
tree16051dc427d22cfd872d14a56a99380cd2c365e4 /modules
parentb9a553f99de109427fc8ac62f7f3de0ec708a1b8 (diff)
Complete documentation of various classes
Diffstat (limited to 'modules')
-rw-r--r--modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
index 9403199398..102a9b4236 100644
--- a/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
+++ b/modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml
@@ -15,8 +15,10 @@
Contains the audio data in bytes.
</member>
<member name="loop" type="bool" setter="set_loop" getter="has_loop" default="false">
+ If [code]true[/code], the stream will automatically loop when it reaches the end.
</member>
<member name="loop_offset" type="float" setter="set_loop_offset" getter="get_loop_offset" default="0.0">
+ Time in seconds at which the stream starts after being looped.
</member>
</members>
<constants>