From 569ead5762cbd8cec1e615e564a62d1fac1aec1d Mon Sep 17 00:00:00 2001 From: MrBlockers <1747505+MrBlockers@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:54:31 -0400 Subject: Add optional arguments to AudioStreamRandomizer Adds stream and weight parameters to add_stream. By default, weight is 1.0f. --- doc/classes/AudioStreamRandomizer.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/AudioStreamRandomizer.xml b/doc/classes/AudioStreamRandomizer.xml index 9b58d78af5..d93f853c89 100644 --- a/doc/classes/AudioStreamRandomizer.xml +++ b/doc/classes/AudioStreamRandomizer.xml @@ -12,8 +12,10 @@ + + - Insert a stream at the specified index. + Insert a stream at the specified index. If the index is less than zero, the insertion occurs at the end of the underlying pool. -- cgit v1.2.3