Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_HZInfoEngineHeli.c
Go to the documentation of this file.
2 {
3  //------------------------------------------------------------------------------------------------
5  override EVehicleInfoState GetState()
6  {
7  EVehicleInfoState state = super.GetState();
8 
9  if (m_HelicoperController && m_HelicoperController.GetEngineDrowned())
10  return EVehicleInfoState.ERROR;
11 
12  return state;
13  }
14 }
SCR_HZInfoEngineHeli
Definition: SCR_HZInfoEngineHeli.c:1
SCR_HZInfoHeli
Definition: SCR_HZInfoHeli.c:1
EVehicleInfoState
EVehicleInfoState
UI indicator state, controlling colors and opacity.
Definition: SCR_BaseVehicleInfo.c:5