int LoadSound(string wavfile)
Loads a sound file (like .wav, or .ogg) into the sound cache, and returns a handle for use when directing sound effect-related function calls upon the sound.
int mysound; // use mysound mysound = LoadSound("myfile.wav");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |