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_MapLightMode |
Enumerations | |
enum | EMapLightMode |
Functions | |
enum EMapLightMode | BaseContainerProps (configRoot:true) |
void | ToggleActive () |
Toggle map light. More... | |
protected void | ActivateLight () |
Activate map light. More... | |
protected void | DeactivateLight () |
Deactivate map light. More... | |
protected void | UpdateLightMode () |
Use config to configure light when switching modes. More... | |
protected void | UpdateTime () |
Update light modes based on time of day. More... | |
protected void | UpdatePosition () |
Update light position. More... | |
protected void | Init (Widget widget) |
override void | OnMapOpen (MapConfiguration config) |
override void | OnMapClose (MapConfiguration config) |
override void | Update (float timeSlice) |
Variables | |
NONE | |
LIGHTER | |
FLASH_DEFAULT | |
FLASH_RED | |
class SCR_MapLightMode | m_bActive = false |
Map light effects. More... | |
protected bool | m_bIsDark = false |
protected float | m_fSunriseTime |
protected float | m_fSunsetTime |
protected EMapLightMode | m_eLightMode = EMapLightMode.NONE |
protected Widget | m_wLightOverlay |
protected Widget | m_wLightCone |
protected Widget | m_wFillTop |
protected Widget | m_wFillLeft |
protected Widget | m_wConeImg |
protected TimeAndWeatherManagerEntity | m_TimeMgr |
protected SCR_MapCursorModule | m_CursorModule |
protected ref SCR_MapLightConfig | m_LightCfg |
enum EMapLightMode |
Definition at line 1 of file SCR_MapLightUI.c.
protected void ActivateLight | ( | ) |
Activate map light.
Definition at line 68 of file SCR_MapLightUI.c.
enum EMapLightMode BaseContainerProps | ( | configRoot:true | ) |
Definition at line 9 of file SCR_MapLightUI.c.
protected void DeactivateLight | ( | ) |
Deactivate map light.
Definition at line 96 of file SCR_MapLightUI.c.
protected void Init | ( | Widget | widget | ) |
Initialisation
[in] | widget | is the root widget |
Definition at line 171 of file SCR_MapLightUI.c.
override void OnMapClose | ( | MapConfiguration | config | ) |
Definition at line 220 of file SCR_MapLightUI.c.
override void OnMapOpen | ( | MapConfiguration | config | ) |
Definition at line 207 of file SCR_MapLightUI.c.
void ToggleActive | ( | ) |
Toggle map light.
Definition at line 58 of file SCR_MapLightUI.c.
override void Update | ( | float | timeSlice | ) |
[in] | timeSlice |
Definition at line 231 of file SCR_MapLightUI.c.
protected void UpdateLightMode | ( | ) |
Use config to configure light when switching modes.
Definition at line 106 of file SCR_MapLightUI.c.
protected void UpdatePosition | ( | ) |
Update light position.
Definition at line 149 of file SCR_MapLightUI.c.
protected void UpdateTime | ( | ) |
Update light modes based on time of day.
Definition at line 132 of file SCR_MapLightUI.c.
FLASH_DEFAULT |
Definition at line 4 of file SCR_MapLightUI.c.
FLASH_RED |
Definition at line 6 of file SCR_MapLightUI.c.
LIGHTER |
Definition at line 3 of file SCR_MapLightUI.c.
class SCR_MapLightMode m_bActive = false |
Map light effects.
protected bool m_bIsDark = false |
Definition at line 39 of file SCR_MapLightUI.c.
protected SCR_MapCursorModule m_CursorModule |
Definition at line 51 of file SCR_MapLightUI.c.
protected EMapLightMode m_eLightMode = EMapLightMode.NONE |
Definition at line 42 of file SCR_MapLightUI.c.
protected float m_fSunriseTime |
Definition at line 40 of file SCR_MapLightUI.c.
protected float m_fSunsetTime |
Definition at line 41 of file SCR_MapLightUI.c.
protected ref SCR_MapLightConfig m_LightCfg |
Definition at line 54 of file SCR_MapLightUI.c.
protected TimeAndWeatherManagerEntity m_TimeMgr |
Definition at line 50 of file SCR_MapLightUI.c.
protected Widget m_wConeImg |
Definition at line 48 of file SCR_MapLightUI.c.
protected Widget m_wFillLeft |
Definition at line 47 of file SCR_MapLightUI.c.
protected Widget m_wFillTop |
Definition at line 46 of file SCR_MapLightUI.c.
protected Widget m_wLightCone |
Definition at line 45 of file SCR_MapLightUI.c.
protected Widget m_wLightOverlay |
Definition at line 44 of file SCR_MapLightUI.c.
@ NONE |
Definition at line 2 of file SCR_MapLightUI.c.