SetSoundBlend( <sound 1>, <sound2>, <mix> )


Module: Sound
SP Only

Summary:

Set the sound blend on a blend entity



Call this on:

<sound blend entity>



Example:

blend SetSoundBlend( "Stalingrad_artillery_rumble_null", "Stalingrad_artillery_rumble", 0.4 );



Required Args:

  • 1 : <sound 1> The first sound
  • 2 : <sound 2> The second sound
  • 3 : <mix> The mix between the two sounds, a floating point number between 0 and 1