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

◆ SwitchPermanentCrossHair()

void PluginBase::SwitchPermanentCrossHair ( bool state)
inlineprivate

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

6 {
7 if (!m_Hud)
9 m_Hud.SetPermanentCrossHair(state);
10 }
proto native Mission GetMission()
Hud GetHud()
Определения gameplay.c:721
Hud m_Hud
Определения PluginPermanentCrossHair.c:3
proto native CGame GetGame()

Перекрестные ссылки GetGame(), Mission::GetHud(), CGame::GetMission() и m_Hud.