Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_BaseVehicleInfo.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_BaseVehicleInfo
 Base class for all vehicle UI state and damage indicators. More...
 

Enumerations

enum  EVehicleInfoState {
  NOT_INITIALIZED, DISABLED, ENABLED, WARNING,
  ERROR
}
 UI indicator state, controlling colors and opacity. More...
 
enum  EVehicleInfoColor {
  WHITE, BLUE, GREEN, ORANGE,
  RED
}
 Predefined colors that can be assigned in the InfoDisplay configuration. More...
 

Enumeration Type Documentation

◆ EVehicleInfoColor

Predefined colors that can be assigned in the InfoDisplay configuration.

Enumerator
WHITE 
BLUE 
GREEN 
ORANGE 
RED 

Definition at line 16 of file SCR_BaseVehicleInfo.c.

◆ EVehicleInfoState

UI indicator state, controlling colors and opacity.

Enumerator
NOT_INITIALIZED 
DISABLED 
ENABLED 
WARNING 
ERROR 

Definition at line 5 of file SCR_BaseVehicleInfo.c.