SetSoundVolume abstract method

void SetSoundVolume(
  1. SoundStructType sound,
  2. num volume
)

Implementation

void SetSoundVolume(
  SoundStructType sound,
  num volume,
);