Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
enaudio.c
Go to the documentation of this file.
1
typedef
int
[]
AudioHandle
;
2
3
class
AudioSystem
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:4
AudioHandle
int[] AudioHandle
Definition
enaudio.c:1
path
string path
Definition
optionselectormultistate.c:142
Daten
1_core
proto
enaudio.c
Generated by
1.12.0