DayZ 1.27
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)
9 m_Hud.SetPermanentCrossHair(state);
10 }
11}
proto native Mission GetMission()
Определения gameplay.c:639
Hud GetHud()
Определения gameplay.c:721
Hud m_Hud
Определения PluginPermanentCrossHair.c:3
void SwitchPermanentCrossHair(bool state)
Определения PluginPermanentCrossHair.c:5
Определения PluginBase.c:2
proto native CGame GetGame()