renpy.sound.queue
Function: renpy.sound.queue( | filename, channel=0, clear_queue=True, fadein=0, tight=False) |
This causes the named file to be queued to be played on the given channel. If clear_queue is True, the queue will be cleared before playback, so this sound is played immediately after the currently playing sound. If False, the channel's queue will not be cleared, and the sound will only be played after every other playing sound. If no sound is currently playing, then the sound will be played immediately.
Example
TODO