diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-10 14:41:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 14:41:30 +0100 |
commit | 673f4fabd8ae4bdacb3064be4a5cf3ccaecd428d (patch) | |
tree | e810d2a7b743a3bacc000d6f6f6a35e75f8bbd9b /modules/stb_vorbis | |
parent | 25c024acfd8a44c1f00029955e566a955b6f3527 (diff) | |
parent | 508e624b87194359ecc0f557a8030cf2624f2a28 (diff) |
Merge pull request #34962 from KoBeWi/randocs
Complete documentation of various classes
Diffstat (limited to 'modules/stb_vorbis')
-rw-r--r-- | modules/stb_vorbis/doc_classes/AudioStreamOGGVorbis.xml | 2 |
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> |