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

◆ GetProfileOptionDefaultFloat()

float DayZProfilesOptions::GetProfileOptionDefaultFloat ( EDayZProfilesOptions option)
inlineprivate

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

632 {
634 {
636 return po.param3;
637 }
638
639 ErrorEx("Invalid profile option id! Returning '0.0'.", ErrorExSeverity.WARNING);
640 return 0.0;
641 }
Param3< string, float, float > DayZProfilesOptionFloat
Определения DayZGame.c:402
ref map< EDayZProfilesOptions, ref DayZProfilesOptionFloat > m_DayZProfilesOptionsFloat
Определения DayZGame.c:408
ErrorExSeverity
Определения EnDebug.c:62
enum ShapeType ErrorEx

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