Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseVehicleInfo.c File Reference

Go to the source code of this file.

Classes

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.