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

◆ GetProfileOptionDefaultFloat()

float DayZProfilesOptions::GetProfileOptionDefaultFloat ( EDayZProfilesOptions option)
inlineprivate

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

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

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