int SoundIsPlaying(int chan)
// If there is no sound planning on my_channel, play a sound. if (!SoundIsPlaying(my_channel)) { my_channel = PlaySound(sfx); }
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |