Dayz Explorer
1.29.162510
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
=
g_Game
.GetMission().GetHud();
9
m_Hud
.SetPermanentCrossHair(state);
10
}
11
}
PluginBase
Plugin interface for controlling of agent pool system.
Definition
pluginbase.c:2
g_Game
DayZGame g_Game
Definition
dayzgame.c:3942
m_Hud
Hud m_Hud
Definition
displaystatus.c:29
Daten
4_world
plugins
pluginbase
pluginpermanentcrosshair.c
Generated by
1.16.1