DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SwitchPermanentCrossHair()
void PluginBase::SwitchPermanentCrossHair
(
bool
state
)
inline
private
См. определение в файле
PluginPermanentCrossHair.c
строка
5
6
{
7
if
(!
m_Hud
)
8
m_Hud
=
g_Game
.GetMission().GetHud();
9
m_Hud
.SetPermanentCrossHair(state);
10
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
PluginBase::m_Hud
Hud m_Hud
Определения
PluginPermanentCrossHair.c:3
Перекрестные ссылки
g_Game
и
m_Hud
.
PluginBase
Создано системой
1.13.2