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

◆ ColorRed() [1/2]

void ScriptedWidgetEventHandler::ColorRed ( Widget w)
inlineprotected

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

909 {
910 SetFocus( w );
911 ButtonWidget button;
912 if (Class.CastTo(button,w))
913 {
914 button.SetTextColor( ARGB( 255, 255, 0, 0 ) );
915 button.SetAlpha( 0.9 );
916 }
917 }
proto native void SetFocus(Widget w)
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

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