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

◆ GetProfileOptionDefaultInt()

int DayZProfilesOptions::GetProfileOptionDefaultInt ( EDayZProfilesOptions option)
inlineprivate

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

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

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