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

◆ MoveRight()

void MoveRight ( )

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

109 {
110 if (!m_IsAnimating)
111 {
112 int nextColum = m_CurrentColum + 1;
113 if (nextColum <= m_MaxColums)
114 {
115 AnimateToColum(nextColum);
116 }
117 }
118 }
int m_CurrentColum
Определения AnimatedGridSpacer.c:24
bool m_IsAnimating
Определения AnimatedGridSpacer.c:23
void AnimateToColum(int targetColumn)
Определения AnimatedGridSpacer.c:93
int m_MaxColums
Определения AnimatedGridSpacer.c:25

Перекрестные ссылки AnimateToColum(), m_CurrentColum, m_IsAnimating и m_MaxColums.