Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
enaudio.c
Go to the documentation of this file.
1 typedef int[] AudioHandle;
2 
4 {
5  proto native static AudioHandle BankLoad(string path);
6  proto native static AudioHandle ShaderLoad(string path);
7  proto native static AudioHandle SoundPlay(AudioHandle bank, AudioHandle shader);
8  proto native static void SoundDestroy(AudioHandle handle);
9 };
AudioSystem
Definition: enaudio.c:3
AudioHandle
int[] AudioHandle
Definition: enaudio.c:1
path
string path
Definition: optionselectormultistate.c:135