PauseSound method

void PauseSound(
  1. SoundC sound
)

Implementation

void PauseSound(SoundC sound) {
  return _PauseSound(sound);
}