From 1972e505efe8aad6df085ab55e695317079e4499 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Tue, 16 Mar 2021 18:22:46 -0500 Subject: [PATCH] Added volume scale keyvalue/input for env_microphone --- base.fgd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base.fgd b/base.fgd index 7aebca9..be8a249 100644 --- a/base.fgd +++ b/base.fgd @@ -5253,6 +5253,7 @@ landmark(target_destination) : "Local Destination Landmark" : : "If specified, then sounds offset from the speaker by their initial offset from this landmark. Only applicable in Speaker mode." PitchScale(float) : "Pitch Scale" : "1.0" : "Scales the pitch of transmitted sounds. Only applicable in Speaker mode." + VolumeScale(float) : "Volume Scale" : "1.0" : "Scales the volume of transmitted sounds. Only applicable in Speaker mode." channel(choices) : "Channel" : 6 : "Sets the channel which sounds should transmit as. Only applicable in Speaker mode." = [ @@ -5270,6 +5271,7 @@ input SetSpeakerName(target_destination) : "Set the microphone to output through a different speaker entity." input SetDSPPreset(integer) : "Sets our DSP preset." input SetPitchScale(float) : "Sets the pitch scale." + input SetVolumeScale(float) : "Sets the volume scale." input SetChannel(integer) : "Sets the channel." // Outputs