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

◆ ShowUnconsciousScreen()

void ManBase::ShowUnconsciousScreen ( bool show)
inlineprivate

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

7173 {
7174 #ifndef NO_GUI
7175 if (show)
7176 {
7177 GetGame().GetUIManager().ScreenFadeIn(0, "You are Unconscious", FadeColors.BLACK, FadeColors.WHITE);
7178 PrintString("Fade in");
7179 }
7180 else
7181 {
7183 PrintString("Fade out");
7184 }
7185 #endif
7186 }
proto native UIManager GetUIManager()
proto native void ScreenFadeOut(float duration)
proto native void ScreenFadeIn(float duration, string text, int backgroundColor, int textColor)
proto native CGame GetGame()
class array< Class T > PrintString

Перекрестные ссылки GetGame(), CGame::GetUIManager(), PrintString, UIManager::ScreenFadeIn() и UIManager::ScreenFadeOut().