![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 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 1 of file SCR_HUDManagerComponent.c.
| void OnScreenBrightnessChanged | ( | float | opacity, |
| float | sceneBrightness ) |
| ALWAYS_TOP = 32 |
Definition at line 21 of file SCR_HUDManagerComponent.c.
| BACKGROUND = 1 |
Definition at line 16 of file SCR_HUDManagerComponent.c.
| @ HIGH = 8 |
Definition at line 19 of file SCR_HUDManagerComponent.c.
| @ LOW = 2 |
Definition at line 17 of file SCR_HUDManagerComponent.c.
| @ MEDIUM = 4 |
Definition at line 18 of file SCR_HUDManagerComponent.c.
| OVERLAY = 16 |
Definition at line 20 of file SCR_HUDManagerComponent.c.