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

◆ GetProfileOptionDefaultInt()

int DayZProfilesOptions::GetProfileOptionDefaultInt ( EDayZProfilesOptions option)
inlineprivate

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

618 {
620 {
622 return po.param3;
623 }
624
625 ErrorEx("Invalid profile option id! Returning '0'.", ErrorExSeverity.WARNING);
626 return 0;
627 }
Param3< string, int, int > DayZProfilesOptionInt
Определения DayZGame.c:399
ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > m_DayZProfilesOptionsInt
Определения DayZGame.c:405
ErrorExSeverity
Определения EnDebug.c:62
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx и m_DayZProfilesOptionsInt.