DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetProfileOptionInt()
int
DayZProfilesOptions::GetProfileOptionInt
(
EDayZProfilesOptions
option
)
inline
private
См. определение в файле
DayZGame.c
строка
580
581
{
582
if
(
m_DayZProfilesOptionsInt
&&
m_DayZProfilesOptionsInt
.Contains(option))
583
{
584
DayZProfilesOptionInt
po =
m_DayZProfilesOptionsInt
.Get(option);
585
return
po.param2;
586
}
587
588
return
0;
589
}
DayZProfilesOptionInt
Param3< string, int, int > DayZProfilesOptionInt
Определения
DayZGame.c:401
DayZProfilesOptions::m_DayZProfilesOptionsInt
ref map< EDayZProfilesOptions, ref DayZProfilesOptionInt > m_DayZProfilesOptionsInt
Определения
DayZGame.c:407
Перекрестные ссылки
m_DayZProfilesOptionsInt
.
DayZProfilesOptions
Создано системой
1.13.2