DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
ShowUnconsciousScreen()
void ManBase::ShowUnconsciousScreen
(
bool
show
)
inline
private
См. определение в файле
PlayerBase.c
строка
7407
7408
{
7409
#ifndef NO_GUI
7410
if
(show)
7411
{
7412
g_Game
.GetUIManager().ScreenFadeIn(0,
"You are Unconscious"
, FadeColors.BLACK, FadeColors.WHITE);
7413
PrintString
(
"Fade in"
);
7414
}
7415
else
7416
{
7417
g_Game
.GetUIManager().ScreenFadeOut(0);
7418
PrintString
(
"Fade out"
);
7419
}
7420
#endif
7421
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
PrintString
class array< Class T > PrintString
Перекрестные ссылки
g_Game
и
PrintString
.
ManBase
Создано системой
1.13.2