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

◆ ColorWhite() [1/2]

void ScriptedWidgetEventHandler::ColorWhite ( Widget w,
Widget enterW )
inlineprotected

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

899 {
900 ButtonWidget button;
901 if (Class.CastTo(button,w))
902 {
903 button.SetTextColor( ARGB( 255, 255, 255, 255 ) );
904 button.SetAlpha( 0.0 );
905 }
906 }
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

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