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
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:3
AudioHandle
int[] AudioHandle
Definition:
enaudio.c:1
path
string path
Definition:
optionselectormultistate.c:135
DAYZ
scripts_v1.24.157551
scripts
core
proto
enaudio.c
Generated by
1.8.17