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

◆ ColorRed() [2/2]

void UIScriptedMenu::ColorRed ( Widget w)
inlineprotected

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

420 {
421 SetFocus(w);
422
423 ButtonWidget button = ButtonWidget.Cast(w);
424 if (button && button != m_Apply)
425 {
426 button.SetTextColor(ARGB(255, 200, 0, 0));
427 }
428 }
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().