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

◆ SwitchPermanentCrossHair()

void PluginBase::SwitchPermanentCrossHair ( bool state)
inlineprivate

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

6 {
7 if (!m_Hud)
8 m_Hud = g_Game.GetMission().GetHud();
9 m_Hud.SetPermanentCrossHair(state);
10 }
DayZGame g_Game
Определения DayZGame.c:3942
Hud m_Hud
Определения PluginPermanentCrossHair.c:3

Перекрестные ссылки g_Game и m_Hud.