StopSound method

void StopSound(
  1. SoundC sound
)

Implementation

void StopSound(SoundC sound) {
  return _StopSound(sound);
}