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

◆ CheckHasQuantity()

void SlotsIcon::CheckHasQuantity ( )
inlineprotected

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

708 {
709 if( m_Item )
710 {
711 m_HasQuantity = ( QuantityConversions.HasItemQuantity( m_Item ) != QUANTITY_HIDDEN );
712 if( m_HasQuantity )
713 {
714 m_QuantityPanel.Show( true );
715 }
716 }
717 }
ItemBase m_Item
Определения SlotsIcon.c:14
Widget m_QuantityPanel
Определения SlotsIcon.c:36
bool m_HasQuantity
Определения SlotsIcon.c:9
const int QUANTITY_HIDDEN
Определения constants.c:514

Перекрестные ссылки QuantityConversions::HasItemQuantity(), m_HasQuantity, m_Item, m_QuantityPanel и QUANTITY_HIDDEN.

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