Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_VInfoAutoHover Class Reference
Inheritance diagram for SCR_VInfoAutoHover:
SCR_BaseVehicleInfo

Protected Member Functions

override EVehicleInfoState GetState ()
 Can be overridden to get state of actual system or linked to an event.
override void DisplayInit (IEntity owner)
 Init the UI, runs 1x at the start of the game.

Protected Attributes

SCR_HelicopterControllerComponent m_HelicoperController
SignalsManagerComponent m_SignalsManager
int m_iSignalIndexSpeed
const string SIGNAL_SPEED = "airspeed"
int m_iSignalIndexAlt
const string SIGNAL_ALTITUDE = "altitudeAGL"

Detailed Description

Definition at line 1 of file SCR_VInfoAutoHover.c.

Member Function Documentation

◆ DisplayInit()

override void SCR_VInfoAutoHover::DisplayInit ( IEntity owner)
inlineprotected

Init the UI, runs 1x at the start of the game.

Definition at line 45 of file SCR_VInfoAutoHover.c.

◆ GetState()

override EVehicleInfoState SCR_VInfoAutoHover::GetState ( )
inlineprotected

Can be overridden to get state of actual system or linked to an event.

Definition at line 14 of file SCR_VInfoAutoHover.c.

Member Data Documentation

◆ m_HelicoperController

SCR_HelicopterControllerComponent SCR_VInfoAutoHover::m_HelicoperController
protected

Definition at line 3 of file SCR_VInfoAutoHover.c.

◆ m_iSignalIndexAlt

int SCR_VInfoAutoHover::m_iSignalIndexAlt
protected

Definition at line 9 of file SCR_VInfoAutoHover.c.

◆ m_iSignalIndexSpeed

int SCR_VInfoAutoHover::m_iSignalIndexSpeed
protected

Definition at line 6 of file SCR_VInfoAutoHover.c.

◆ m_SignalsManager

SignalsManagerComponent SCR_VInfoAutoHover::m_SignalsManager
protected

Definition at line 4 of file SCR_VInfoAutoHover.c.

◆ SIGNAL_ALTITUDE

const string SCR_VInfoAutoHover::SIGNAL_ALTITUDE = "altitudeAGL"
protected

Definition at line 10 of file SCR_VInfoAutoHover.c.

◆ SIGNAL_SPEED

const string SCR_VInfoAutoHover::SIGNAL_SPEED = "airspeed"
protected

Definition at line 7 of file SCR_VInfoAutoHover.c.


The documentation for this class was generated from the following file: