Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_WristwatchComponent.c File Reference

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
 

Function Documentation

◆ ActivateGadgetUpdate()

override void ActivateGadgetUpdate ( )

Definition at line 151 of file SCR_WristwatchComponent.c.

◆ CanBeRaised()

override bool CanBeRaised ( )

Definition at line 177 of file SCR_WristwatchComponent.c.

◆ DeactivateGadgetUpdate()

override void DeactivateGadgetUpdate ( )

Definition at line 161 of file SCR_WristwatchComponent.c.

◆ GetMapPrefabResource()

ResourceName GetMapPrefabResource ( )

Get 2D map prefab resource name

Returns
returns prefab ResourceName

Definition at line 61 of file SCR_WristwatchComponent.c.

◆ GetType()

override EGadgetType GetType ( )

Definition at line 171 of file SCR_WristwatchComponent.c.

◆ IsUsingADSControls()

override bool IsUsingADSControls ( )

Definition at line 183 of file SCR_WristwatchComponent.c.

◆ ModeClear()

override void ModeClear ( EGadgetMode  mode)

Definition at line 139 of file SCR_WristwatchComponent.c.

◆ ModeSwitch()

override void ModeSwitch ( EGadgetMode  mode,
IEntity  charOwner 
)

Definition at line 127 of file SCR_WristwatchComponent.c.

◆ SetMapMode()

void SetMapMode ( )

Activate in a map UI mode.

Definition at line 113 of file SCR_WristwatchComponent.c.

◆ Update()

override void Update ( float  timeSlice)
Parameters
[in]timeSlice

Definition at line 200 of file SCR_WristwatchComponent.c.

◆ UpdateTime()

void UpdateTime ( )

Definition at line 68 of file SCR_WristwatchComponent.c.

◆ UpdateWristwatchState()

protected void UpdateWristwatchState ( )

Update state of wristwatch -> active/inactive.

Definition at line 97 of file SCR_WristwatchComponent.c.

Variable Documentation

◆ m_iDay

protected int m_iDay

Definition at line 52 of file SCR_WristwatchComponent.c.

◆ m_iHours

protected int m_iHours

Definition at line 51 of file SCR_WristwatchComponent.c.

◆ m_iMinutes

protected int m_iMinutes

Definition at line 50 of file SCR_WristwatchComponent.c.

◆ m_iSeconds

◆ m_PrefabData

protected SCR_WristwatchComponentClass m_PrefabData

Definition at line 54 of file SCR_WristwatchComponent.c.

◆ m_SignalManager

protected SignalsManagerComponent m_SignalManager

Definition at line 55 of file SCR_WristwatchComponent.c.

◆ m_TimeMgr

protected TimeAndWeatherManagerEntity m_TimeMgr

Definition at line 56 of file SCR_WristwatchComponent.c.

◆ SandY184A

Wristwatch type.