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

◆ UpdateFlip()

void SlotsIcon::UpdateFlip ( bool flipped)
inlineprotected

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

492 {
493 if( !m_Reserved )
494 {
495 float x_content, y_content;
496 GetPanelWidget().GetScreenSize( x_content, y_content );
497 GetPanelWidget().SetSize( y_content, x_content );
498 }
499 }
Widget GetPanelWidget()
Определения SlotsIcon.c:205
bool m_Reserved
Определения SlotsIcon.c:51

Перекрестные ссылки GetPanelWidget() и m_Reserved.

Используется в ClearRemainSelected(), Init() и ~SlotsIcon().