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