DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetTimeDiffInMins12h()
static
int
GetTimeDiffInMins12h
(
int
from_mins
,
int
to_mins
)
static
protected
См. определение в файле
ClockBase.c
строка
88
89
{
90
if
(to_mins > from_mins)
91
{
92
return
to_mins - from_mins;
93
}
94
else
if
(to_mins < from_mins)
95
{
96
return
((12 * 60) - from_mins) + to_mins;
97
}
98
else
return
0;
99
}
Используется в
GetAlarmInMin()
.
Ishodniki
scripts
4_World
Entities
ItemBase
ClockBase.c
Создано системой
1.13.2