DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetProgress()
void RadialProgressBar::SetProgress
(
float
progress
)
inline
protected
См. определение в файле
RadialProgressBar.c
строка
28
29
{
30
if
( progress < 50 )
31
{
32
stage
= 0;
33
}
34
rotation
= 360 * ( progress / 100 );
35
}
RadialProgressBar::rotation
float rotation
Определения
RadialProgressBar.c:12
RadialProgressBar::stage
int stage
Определения
RadialProgressBar.c:13
Перекрестные ссылки
rotation
и
stage
.
RadialProgressBar
Создано системой
1.13.2