IsSoundValid method

bool IsSoundValid(
  1. SoundC sound
)

Implementation

bool IsSoundValid(SoundC sound) {
  return _IsSoundValid(sound);
}