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

◆ GetItemBackground()

Widget ScriptedWidgetEventHandler::GetItemBackground ( int index)
inlineprivate

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

348 {
349 if( m_BackgroundWidgets.Contains( index ) )
350 return m_BackgroundWidgets.Get( index );
351 else
352 return null;
353 }
ref map< int, Widget > m_BackgroundWidgets
Определения InventoryGrid.c:48

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

Используется в AddItem(), RefreshItemVariables(), RefreshQuickbarItemVariables(), RemoveItem(), ResetItem() и SetItem().