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

Go to the source code of this file.

Classes

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 1 of file SCR_HUDManagerComponent.c.

◆ OnScreenBrightnessChanged()

void OnScreenBrightnessChanged ( float opacity,
float sceneBrightness )

Variable Documentation

◆ ALWAYS_TOP

ALWAYS_TOP = 32

Definition at line 21 of file SCR_HUDManagerComponent.c.

◆ BACKGROUND

BACKGROUND = 1

Definition at line 16 of file SCR_HUDManagerComponent.c.

◆ HIGH

@ HIGH = 8

Definition at line 19 of file SCR_HUDManagerComponent.c.

◆ LOW

@ LOW = 2

Definition at line 17 of file SCR_HUDManagerComponent.c.

◆ MEDIUM

@ MEDIUM = 4

Definition at line 18 of file SCR_HUDManagerComponent.c.

◆ OVERLAY

OVERLAY = 16

Definition at line 20 of file SCR_HUDManagerComponent.c.