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

◆ ConvertMins12hToAlarmHand01()

static float ConvertMins12hToAlarmHand01 ( int mins)
staticprotected

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

76 {
77 return Math.InverseLerp(0,12*60,mins);
78 }
Определения EnMath.c:7
static proto float InverseLerp(float a, float b, float value)
Calculates the linear value that produces the interpolant value within the range [a,...

Перекрестные ссылки Math::InverseLerp().

Используется в SetAlarmInXMins().