Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
dlcdataloader.c
Go to the documentation of this file.
1
class
DlcDataLoader
2
{
3
protected
static
const
string
JSON_FILE_PATH =
"scripts/data/dlcinfo.json"
;
4
5
static
JsonDataDLCList
GetData()
6
{
7
JsonDataDLCList
data;
8
9
string
errorMessage;
10
if
(!JsonFileLoader<JsonDataDLCList>.LoadFile(JSON_FILE_PATH, data, errorMessage))
11
ErrorEx
(errorMessage);
12
13
return
data;
14
}
15
}
ErrorEx
enum ShapeType ErrorEx
JsonDataDLCList
Definition:
jsondatadlcinfo.c:1
DlcDataLoader
Definition:
dlcdataloader.c:1
DAYZ
scripts_v1.24.157551
scripts
game
gui
dlcs
dlcdataloader.c
Generated by
1.8.17