![]() |
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_WristwatchComponentClass |
Functions | |
| ResourceName | GetMapPrefabResource () |
| void | UpdateTime () |
| protected void | UpdateWristwatchState () |
| Update state of wristwatch -> active/inactive. More... | |
| void | SetMapMode () |
| Activate in a map UI mode. More... | |
| override void | ModeSwitch (EGadgetMode mode, IEntity charOwner) |
| override void | ModeClear (EGadgetMode mode) |
| override void | ActivateGadgetUpdate () |
| override void | DeactivateGadgetUpdate () |
| override EGadgetType | GetType () |
| override bool | CanBeRaised () |
| override bool | IsUsingADSControls () |
| override void | OnPostInit (IEntity owner) |
| Called on PostInit when all components are added. More... | |
| override void | Update (float timeSlice) |
Variables | |
| SCR_WristwatchComponentClass | SandY184A |
| Wristwatch type. More... | |
| SCR_WristwatchComponentClass | m_iSeconds |
| protected int | m_iMinutes |
| protected int | m_iHours |
| protected int | m_iDay |
| protected SCR_WristwatchComponentClass | m_PrefabData |
| protected SignalsManagerComponent | m_SignalManager |
| protected TimeAndWeatherManagerEntity | m_TimeMgr |
| override void ActivateGadgetUpdate | ( | ) |
Definition at line 151 of file SCR_WristwatchComponent.c.
| override bool CanBeRaised | ( | ) |
Definition at line 177 of file SCR_WristwatchComponent.c.
| override void DeactivateGadgetUpdate | ( | ) |
Definition at line 161 of file SCR_WristwatchComponent.c.
| ResourceName GetMapPrefabResource | ( | ) |
Get 2D map prefab resource name
Definition at line 61 of file SCR_WristwatchComponent.c.
| override EGadgetType GetType | ( | ) |
Definition at line 171 of file SCR_WristwatchComponent.c.
| override bool IsUsingADSControls | ( | ) |
Definition at line 183 of file SCR_WristwatchComponent.c.
| override void ModeClear | ( | EGadgetMode | mode | ) |
Definition at line 139 of file SCR_WristwatchComponent.c.
| override void ModeSwitch | ( | EGadgetMode | mode, |
| IEntity | charOwner | ||
| ) |
Definition at line 127 of file SCR_WristwatchComponent.c.
| void SetMapMode | ( | ) |
Activate in a map UI mode.
Definition at line 113 of file SCR_WristwatchComponent.c.
| override void Update | ( | float | timeSlice | ) |
| [in] | timeSlice |
Definition at line 200 of file SCR_WristwatchComponent.c.
| void UpdateTime | ( | ) |
Definition at line 68 of file SCR_WristwatchComponent.c.
| protected void UpdateWristwatchState | ( | ) |
Update state of wristwatch -> active/inactive.
Definition at line 97 of file SCR_WristwatchComponent.c.
| protected int m_iDay |
Definition at line 52 of file SCR_WristwatchComponent.c.
| protected int m_iHours |
Definition at line 51 of file SCR_WristwatchComponent.c.
| protected int m_iMinutes |
Definition at line 50 of file SCR_WristwatchComponent.c.
| SCR_WristwatchComponentClass m_iSeconds |
| protected SCR_WristwatchComponentClass m_PrefabData |
Definition at line 54 of file SCR_WristwatchComponent.c.
| protected SignalsManagerComponent m_SignalManager |
Definition at line 55 of file SCR_WristwatchComponent.c.
| protected TimeAndWeatherManagerEntity m_TimeMgr |
Definition at line 56 of file SCR_WristwatchComponent.c.
| SCR_WristwatchComponentClass SandY184A |
Wristwatch type.