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

◆ ConvertAlarmHand01ToMins()

static int ConvertAlarmHand01ToMins ( float time01,
int mins_max )
staticprotected

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

71 {
72 return Math.Lerp(0,mins_max,time01);
73 }
Определения EnMath.c:7
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.

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