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

◆ ColorWhite() [1/2]

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

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

920 {
921 ButtonWidget button;
922 if (Class.CastTo(button,w))
923 {
924 button.SetTextColor( ARGB( 255, 255, 255, 255 ) );
925 button.SetAlpha( 0.0 );
926 }
927 }
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

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