Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 func OnScreenBrightnessChanged |
Definition at line 21 of file SCR_HUDManagerComponent.c.
enum EHudLayers |
Definition at line 5 of file SCR_HUDManagerComponent.c.
enum EHudLayers ComponentEditorProps | ( | icon:HYBRID_COMPONENT_ICON | ) |
Definition at line 15 of file SCR_HUDManagerComponent.c.
void OnScreenBrightnessChanged | ( | float | opacity, |
float | sceneBrightness | ||
) |
ALWAYS_TOP = 32 |
Definition at line 7 of file SCR_HUDManagerComponent.c.
BACKGROUND = 1 |
Definition at line 2 of file SCR_HUDManagerComponent.c.
@ HIGH = 8 |
Definition at line 5 of file SCR_HUDManagerComponent.c.
@ LOW = 2 |
Definition at line 3 of file SCR_HUDManagerComponent.c.
@ MEDIUM = 4 |
Definition at line 4 of file SCR_HUDManagerComponent.c.
OVERLAY = 16 |
Definition at line 6 of file SCR_HUDManagerComponent.c.