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

◆ ResetOptionsFloat()

void DayZProfilesOptions::ResetOptionsFloat ( )
inlineprivate

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

500 {
502 {
504 }
505
507 {
508 string outValue;
509 GetGame().GetProfileString(r_opt.param1, outValue);
510 float value = outValue.ToFloat();
511 SetProfileOptionFloat(e_opt, value);
512 }
513 }
map
Определения ControlsXboxNew.c:4
Param3< string, float, float > DayZProfilesOptionFloat
Определения DayZGame.c:400
EDayZProfilesOptions
Определения EDayZProfilesOptions.c:2
proto bool GetProfileString(string name, out string value)
Gets string from profile variable.
void SetProfileOptionFloat(EDayZProfilesOptions option, float value)
Определения DayZGame.c:548
ref map< EDayZProfilesOptions, ref DayZProfilesOptionFloat > m_DayZProfilesOptionsFloat
Определения DayZGame.c:406
proto native CGame GetGame()
proto native float ToFloat()
Converts string to float.

Перекрестные ссылки GetGame(), CGame::GetProfileString(), m_DayZProfilesOptionsFloat, SetProfileOptionFloat() и string::ToFloat().