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

◆ ColorHighlight()

void ScriptedWidgetEventHandler::ColorHighlight ( Widget w)
inlineprotected

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

165 {
166 if (!w)
167 return;
168
169 ButtonSetColor(w, ARGB(255, 255, 0, 0));
170 }
void ButtonSetColor(Widget w, int color)
Определения OptionSelectorBase.c:220
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

Перекрестные ссылки ARGB() и ButtonSetColor().