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

◆ ColorRed() [2/2]

void UIScriptedMenu::ColorRed ( Widget w)
inlineprotected

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

436 {
437 SetFocus(w);
438
439 ButtonWidget button = ButtonWidget.Cast(w);
440 if (button && button != m_Apply)
441 {
442 button.SetTextColor(ARGB(255, 200, 0, 0));
443 }
444 }
Widget m_Apply
Определения CharacterCreationMenu.c:14
proto native void SetFocus(Widget w)
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

Перекрестные ссылки ARGB(), m_Apply и SetFocus().