StopSound abstract method

void StopSound(
  1. SoundD sound
)

Stop playing a sound

Implementation

void StopSound(
  SoundD sound,
);