DayZ
1.24
Loading...
Searching...
No Matches
PluginPermanentCrossHair.c
Go to the documentation of this file.
1
class
PluginPermanentCrossHair
extends
PluginBase
2
{
3
private
Hud
m_Hud
;
4
5
void
SwitchPermanentCrossHair
(
bool
state
)
6
{
7
if
(!
m_Hud
)
8
m_Hud
=
GetGame
().GetMission().GetHud();
9
m_Hud
.
SetPermanentCrossHair
(
state
);
10
}
11
}
m_Hud
Hud m_Hud
Definition
DisplayStatus.c:29
Hud
Definition
gameplay.c:621
Hud::SetPermanentCrossHair
void SetPermanentCrossHair(bool show)
Definition
gameplay.c:659
Param3
Definition
EntityAI.c:95
PluginBase
Definition
PluginBase.c:2
PluginBase::m_Hud
Hud m_Hud
Definition
PluginPermanentCrossHair.c:3
PluginBase::SwitchPermanentCrossHair
void SwitchPermanentCrossHair(bool state)
Definition
PluginPermanentCrossHair.c:5
GetGame
proto native CGame GetGame()
scripts
4_World
Plugins
PluginBase
PluginPermanentCrossHair.c
Generated by
1.10.0