IsSoundPlaying abstract method

bool IsSoundPlaying(
  1. SoundStructType sound
)

Check if a sound is currently playing

Implementation

bool IsSoundPlaying(
  SoundStructType sound,
);