Skip to content

Commit

Permalink
Update VinylFadeOut.gml
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Sep 4, 2024
1 parent 22f2128 commit 27b032c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/VinylFadeOut/VinylFadeOut.gml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
// Feather disable all

/// Fades out out a voice. Once a voice is set to fade out, it cannot be stopped. The rate of
/// change for this function is measured in "gain units per second".
/// change for this function is measured in "gain units per second". If the optional `pause`
/// parameter is set to `false` (the default) then the voice will stop once faded out. If the
/// `pause` parameter is set to `true` then the voice will be paused instead and can be unpaused
/// using the `VinylSetPause()` function. When resuming playback of the voice, it will *not* fade
/// in.
///
/// @param voice
/// @param [rateOfChange]
Expand Down

0 comments on commit 27b032c

Please sign in to comment.