DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
PluginPermanentCrossHair.c
См. документацию.
1class PluginPermanentCrossHair extends PluginBase
2{
3 private Hud m_Hud;
4
5 void SwitchPermanentCrossHair(bool state)
6 {
7 if (!m_Hud)
8 m_Hud = g_Game.GetMission().GetHud();
9 m_Hud.SetPermanentCrossHair(state);
10 }
11}
DayZGame g_Game
Определения DayZGame.c:3942
Определения gameplay.c:638
Hud m_Hud
Определения PluginPermanentCrossHair.c:3
void SwitchPermanentCrossHair(bool state)
Определения PluginPermanentCrossHair.c:5
Plugin interface for controlling of agent pool system.
Определения PluginBase.c:2