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

◆ ColorRed() [1/2]

void ScriptedWidgetEventHandler::ColorRed ( Widget w)
inlineprotected

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

888 {
889 SetFocus( w );
890 ButtonWidget button;
891 if (Class.CastTo(button,w))
892 {
893 button.SetTextColor( ARGB( 255, 255, 0, 0 ) );
894 button.SetAlpha( 0.9 );
895 }
896 }
proto native void SetFocus(Widget w)
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

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