DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ LoadData()

static bool AutotestConfigHandler::LoadData ( string path)
inlinestaticprivate

См. определение в файле AutotestConfigHandler.c строка 5

6 {
7 string errorMessage;
8 if (!JsonFileLoader<AutotestConfigJson>.LoadFile(path, m_Data, errorMessage))
9 {
10 AutoTestFixture.LogRPT(errorMessage);
11 return false;
12 }
13
14 return true;
15 }
string path
Определения OptionSelectorMultistate.c:142
static ref AutotestConfigJson m_Data
Определения AutotestConfigHandler.c:3

Перекрестные ссылки AutoTestFixture::LogRPT(), m_Data и path.

Используется в CGame::AutoTestLaunch().