DayZ 1.24
Loading...
Searching...
No Matches
PluginPermanentCrossHair.c
Go to the documentation of this file.
2{
3 private Hud m_Hud;
4
6 {
7 if (!m_Hud)
8 m_Hud = GetGame().GetMission().GetHud();
10 }
11}
Hud m_Hud
void SetPermanentCrossHair(bool show)
Definition gameplay.c:659
void SwitchPermanentCrossHair(bool state)
proto native CGame GetGame()