Closed MagmarFire closed 6 years ago
void FadeToVolume(float volume)
Fades the volume of the player in or out depending on the current volume level. Calls FadeInComplete or FadeOutComplete when done. Which one is called depends on if it was a fade in or a fade out.
Implemented as of commit 7a3156fd55b46d1952865492d2bda06bd03d4a64.
void FadeToVolume(float volume)
Fades the volume of the player in or out depending on the current volume level. Calls FadeInComplete or FadeOutComplete when done. Which one is called depends on if it was a fade in or a fade out.