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

◆ ButtonSetTextColor() [8/8]

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

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

179 {
180 TextWidget label = TextWidget.Cast(w.FindAnyWidget(w.GetName() + "_label"));
181 if (label)
182 label.SetColor(color);
183 }