StopSound abstract method

void StopSound(
  1. SoundStructType sound
)

Stop playing a sound

Implementation

void StopSound(
  SoundStructType sound,
);