DayZ
1.24
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Loading...
Searching...
No Matches
JsonDataDLCInfo.c
Go to the documentation of this file.
1
class
JsonDataDLCList
:
Managed
2
{
3
ref
array<ref JsonDataDLCInfo>
DLCs
;
4
};
1
class
JsonDataDLCList
:
Managed
{
…
};
5
6
class
JsonDataDLCInfo
:
Managed
7
{
8
string
Name
;
9
string
HeaderText
;
10
string
DescriptionText
;
11
string
VideoFileName
;
12
};
6
class
JsonDataDLCInfo
:
Managed
{
…
};
JsonDataDLCInfo
Definition
JsonDataDLCInfo.c:7
JsonDataDLCInfo::HeaderText
string HeaderText
Definition
JsonDataDLCInfo.c:9
JsonDataDLCInfo::VideoFileName
string VideoFileName
Definition
JsonDataDLCInfo.c:11
JsonDataDLCInfo::Name
string Name
Definition
JsonDataDLCInfo.c:8
JsonDataDLCInfo::DescriptionText
string DescriptionText
Definition
JsonDataDLCInfo.c:10
JsonDataDLCList
Definition
JsonDataDLCInfo.c:2
JsonDataDLCList::DLCs
ref array< ref JsonDataDLCInfo > DLCs
Definition
JsonDataDLCInfo.c:3
Managed
TODO doc.
Definition
EnScript.c:118
Param3
Definition
EntityAI.c:95
scripts
3_Game
GUI
DLCs
JsonDataDLCInfo.c
Generated by
1.10.0