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