Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
enaudio.c
Go to the documentation of this file.
1typedef 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};
proto static native AudioHandle BankLoad(string path)
proto static native AudioHandle ShaderLoad(string path)
proto static native AudioHandle SoundPlay(AudioHandle bank, AudioHandle shader)
proto static native void SoundDestroy(AudioHandle handle)
int[] AudioHandle
Definition enaudio.c:1