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

◆ SetFinalParameterValue()

override void PPEEyeAccomodationNative::SetFinalParameterValue ( int parameter_idx)
inlineprivate

Overriden to handle the specific exception.

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

29 {
30 Param values = GetParameterCommandData(parameter_idx).GetCurrentValues();
31 float value_var_float = Param1<float>.Cast(values).param1;
32
33 g_Game.GetWorld().SetEyeAccom(value_var_float);
34 //DbgPrnt("PPEDebug | SetFinalParameterValue | PPEEyeAccomodationNative | float val: " + value_var_float);
35 }
DayZGame g_Game
Определения DayZGame.c:3868
PPEMatClassParameterCommandData GetParameterCommandData(int parameter_idx)
Some PP effects are handled as hard-coded exceptions, outside of material system. Default == PPEExcep...
Определения PPEMatClassesBase.c:350
Param GetCurrentValues()
Careful, only actual values, WITHOUT string.
T1 param1
Определения param.c:34

Перекрестные ссылки g_Game, PPEMatClassParameterCommandData::GetCurrentValues(), PPEClassBase::GetParameterCommandData() и Param::param1.