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

◆ GetItem()

Widget ScriptedWidgetEventHandler::GetItem ( int index)
inlineprivate

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

339 {
340 if( m_ItemWidgets.Contains( index ) )
341 return m_ItemWidgets.Get( index );
342 else
343 return null;
344 }
ref map< int, Widget > m_ItemWidgets
Определения InventoryGrid.c:49

Перекрестные ссылки m_ItemWidgets.