DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
PluginPermanentCrossHair.c
См. документацию.
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
}
CGame::GetMission
proto native Mission GetMission()
Hud
Определения
gameplay.c:639
Mission::GetHud
Hud GetHud()
Определения
gameplay.c:721
PluginBase::m_Hud
Hud m_Hud
Определения
PluginPermanentCrossHair.c:3
PluginBase::SwitchPermanentCrossHair
void SwitchPermanentCrossHair(bool state)
Определения
PluginPermanentCrossHair.c:5
PluginBase
Определения
PluginBase.c:2
GetGame
proto native CGame GetGame()
Ishodniki
scripts
4_World
Plugins
PluginBase
PluginPermanentCrossHair.c
Создано системой
1.13.2