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

◆ SetFocus()

void SlotsContainer::SetFocus ( int index)
inlineprotected

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

46 {
47 if ( index >= 0 && index < m_Icons.Count() )
48 {
49 m_Icons.Get( index ).GetSelectedPanel().Show( true );
50 }
51 UpdateIcon();
52 }
ref array< ref SlotsIcon > m_Icons
Определения SlotsContainer.c:3
void UpdateIcon()
Определения SlotsContainer.c:139

Перекрестные ссылки m_Icons и UpdateIcon().

Используется в SetDefaultFocus() и SetVisibleFocus().