Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
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
}
DlcDataLoader
Definition
dlcdataloader.c:2
DlcDataLoader::JSON_FILE_PATH
static const string JSON_FILE_PATH
Definition
dlcdataloader.c:3
DlcDataLoader::GetData
static JsonDataDLCList GetData()
Definition
dlcdataloader.c:5
JsonDataDLCList
Definition
jsondatadlcinfo.c:2
ErrorEx
enum ShapeType ErrorEx
Daten
3_game
gui
dlcs
dlcdataloader.c
Generated by
1.12.0