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

◆ ButtonSetTextColor() [8/8]

void UIScriptedMenu::ButtonSetTextColor ( Widget w,
int color )
inlineprotected

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

187 {
188 TextWidget label = TextWidget.Cast(w.FindAnyWidget(w.GetName() + "_label"));
189 if (label)
190 label.SetColor(color);
191 }