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

◆ UpdateSlotInfo()

static void UIScriptedMenu::UpdateSlotInfo ( Widget root_widget,
string name,
string desc = "" )
inlinestaticprivate

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

183 {
184 if (!root_widget ) return;
185
186 WidgetTrySetText(root_widget, "ItemNameWidget", name);
187 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
static void WidgetTrySetText(Widget root_widget, string widget_name, string text, int color=0)
Определения InspectMenuNew.c:592

Перекрестные ссылки name и WidgetTrySetText().