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

◆ OnAnimationCompleted()

void OnAnimationCompleted ( )
protected

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

292 {
293 Widget focusW = GetWidgetUnderCursor();
294 if (!focusW || focusW && focusW != m_HotlinkButton)
295 {
296 m_HotlinkButtonLabel.SetText(GetButtonLabel("255, 255, 255, 255"));
297 }
298 else
299 {
300 m_HotlinkButtonLabel.SetText(GetButtonLabel("255, 0, 0, 255"));
301 }
302 }
Определения EnWidgets.c:190
proto native Widget GetWidgetUnderCursor()

Перекрестные ссылки GetButtonLabel(), GetWidgetUnderCursor(), m_HotlinkButton и m_HotlinkButtonLabel.

Используется в UpdateCarouselInfo().