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

◆ ColorRunButton()

void ScriptConsoleEnfScriptTab::ColorRunButton ( bool success)
inlineprotected

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

147 {
148 if (success)
149 {
150 m_EnfScriptRun.SetColor(ARGB(255,0,255,0));
151 }
152 else
153 {
154 m_EnfScriptRun.SetColor(ARGB(255,255,0,0));
155 }
156 g_Game.GetCallQueue(CALL_CATEGORY_SYSTEM).CallLater(ResetRunButtonColor,600);
157 }
DayZGame g_Game
Определения DayZGame.c:3942
ButtonWidget m_EnfScriptRun
Определения ScriptConsoleEnfScriptTab.c:11
const int CALL_CATEGORY_SYSTEM
Определения 3_Game/DayZ/tools/tools.c:8
int ARGB(int a, int r, int g, int b)
Определения proto.c:322

Перекрестные ссылки ARGB(), CALL_CATEGORY_SYSTEM, g_Game, m_EnfScriptRun и ResetRunButtonColor().

Используется в OnRPCEx() и RunEnscript().