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

◆ MainMenu_OnShow()

void Backlit::MainMenu_OnShow ( )
inlineprivate

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

137 {
138 if( !m_BacklitActive )
139 return; // always return when backlit not present!
140
141 // lighten up your desktop
143 GetUApi().Backlit_Animation("MainMenu/",2,0xffff0000,0xff080000);
145 }
const int EUABLAYER_ALL
Input layer type.
Определения Backlit.c:12
proto native UAInputAPI GetUApi()
bool m_BacklitActive
Определения Backlit.c:108
proto native void Backlit_Animation(string strName, float fLifeTime, int iColor1, int iColor2)
proto native void Backlit_Remove(int eLayer)
proto native void Backlit_ForceUpdate()

Перекрестные ссылки UAInputAPI::Backlit_Animation(), UAInputAPI::Backlit_ForceUpdate(), UAInputAPI::Backlit_Remove(), EUABLAYER_ALL, GetUApi() и m_BacklitActive.