DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ConvertAlarmHand01ToMins()
static
int
ConvertAlarmHand01ToMins
(
float
time01
,
int
mins_max
)
static
protected
См. определение в файле
ClockBase.c
строка
70
71
{
72
return
Math
.
Lerp
(0,mins_max,time01);
73
}
Math
Определения
EnMath.c:7
Math::Lerp
static proto float Lerp(float a, float b, float time)
Linearly interpolates between 'a' and 'b' given 'time'.
Перекрестные ссылки
Math::Lerp()
.
Ishodniki
scripts
4_World
Entities
ItemBase
ClockBase.c
Создано системой
1.13.2