Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
jsondatadlcinfo.c
Go to the documentation of this file.
1
class
JsonDataDLCList
:
Managed
2
{
3
ref
array<ref JsonDataDLCInfo>
DLCs;
4
};
5
6
class
JsonDataDLCInfo
:
Managed
7
{
8
string
Name;
9
string
HeaderText;
10
string
DescriptionText;
11
string
VideoFileName;
12
};
Managed
TODO doc.
Definition:
enscript.c:117
JsonDataDLCInfo
Definition:
jsondatadlcinfo.c:6
JsonDataDLCList
Definition:
jsondatadlcinfo.c:1
array< ref JsonDataDLCInfo >
DAYZ
scripts_v1.24.157551
scripts
game
gui
dlcs
jsondatadlcinfo.c
Generated by
1.8.17