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

◆ UpdateItemInfoCleanness()

static void UIScriptedMenu::UpdateItemInfoCleanness ( Widget root_widget,
EntityAI item )
inlinestaticprivate

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

577 {
578 ItemBase ib = ItemBase.Cast(item);
579 if(ib && ib.m_Cleanness==1)
580 {
581 WidgetTrySetText( root_widget, "ItemCleannessWidget", "#inv_inspect_cleaned", Colors.WHITEGRAY );
582 }
583 else
584 {
585 WidgetTrySetText( root_widget, "ItemCleannessWidget", "" );
586 }
587 }
class GP5GasMask extends MaskBase ItemBase
static void WidgetTrySetText(Widget root_widget, string widget_name, string text, int color=0)
Определения InspectMenuNew.c:592
@ Colors
Определения EnWorld.c:88

Перекрестные ссылки Colors::WHITEGRAY и WidgetTrySetText().