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

Go to the source code of this file.

Data Structures

class  SCR_HUDManagerComponent
 

Typedefs

typedef func OnScreenBrightnessChanged
 

Enumerations

enum  EHudLayers
 

Functions

enum EHudLayers ComponentEditorProps (icon:HYBRID_COMPONENT_ICON)
 
void OnScreenBrightnessChanged (float opacity, float sceneBrightness)
 

Variables

 BACKGROUND = 1
 
 LOW = 2
 
 MEDIUM = 4
 
 HIGH = 8
 
 OVERLAY = 16
 
 ALWAYS_TOP = 32
 

Typedef Documentation

◆ OnScreenBrightnessChanged

Definition at line 21 of file SCR_HUDManagerComponent.c.

Enumeration Type Documentation

◆ EHudLayers

enum EHudLayers

Definition at line 5 of file SCR_HUDManagerComponent.c.

Function Documentation

◆ ComponentEditorProps()

enum EHudLayers ComponentEditorProps ( icon:HYBRID_COMPONENT_ICON  )

Definition at line 15 of file SCR_HUDManagerComponent.c.

◆ OnScreenBrightnessChanged()

void OnScreenBrightnessChanged ( float  opacity,
float  sceneBrightness 
)

Variable Documentation

◆ ALWAYS_TOP

ALWAYS_TOP = 32

Definition at line 7 of file SCR_HUDManagerComponent.c.

◆ BACKGROUND

BACKGROUND = 1

Definition at line 2 of file SCR_HUDManagerComponent.c.

◆ HIGH

@ HIGH = 8

Definition at line 5 of file SCR_HUDManagerComponent.c.

◆ LOW

@ LOW = 2

Definition at line 3 of file SCR_HUDManagerComponent.c.

◆ MEDIUM

@ MEDIUM = 4

Definition at line 4 of file SCR_HUDManagerComponent.c.

◆ OVERLAY

OVERLAY = 16

Definition at line 6 of file SCR_HUDManagerComponent.c.