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

◆ LoadingAnim()

void Backlit::LoadingAnim ( )
inlineprivate

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

122 {
123 if( !m_BacklitActive )
124 return; // always return when backlit not present!
125
126 // lighten up your desktop
131 GetUApi().Backlit_Animation("Loading/",2,0xffc8c8c8,0xff080808);
133 }
const int EUABLAYER_LOADING
Определения Backlit.c:20
const int EUABACKLIT_ON
Определения Backlit.c:27
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_ForceUpdate()
proto native void Backlit_KeyByName(string strName, int eLayer, int eType, int iColor)

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