Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WristwatchComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_WristwatchComponentClass

Functions

ResourceName GetMapPrefabResource ()
void UpdateTime ()
void UpdateWristwatchState ()
 Update state of wristwatch -> active/inactive.
void SetMapMode ()
 Activate in a map UI mode.
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)
 Editable Mine.
override void Update (float timeSlice)

Variables

SCR_WristwatchComponentClass SandY184A
 Wristwatch type.
SCR_WristwatchComponentClass m_iSeconds
int m_iMinutes
int m_iHours
int m_iDay
SCR_WristwatchComponentClass m_PrefabData
SignalsManagerComponent m_SignalManager
TimeAndWeatherManagerEntity m_TimeMgr

Function Documentation

◆ ActivateGadgetUpdate()

override void ActivateGadgetUpdate ( )
protected

Definition at line 151 of file SCR_WristwatchComponent.c.

◆ CanBeRaised()

override bool CanBeRaised ( )
protected

Definition at line 177 of file SCR_WristwatchComponent.c.

◆ DeactivateGadgetUpdate()

override void DeactivateGadgetUpdate ( )
protected

Definition at line 161 of file SCR_WristwatchComponent.c.

◆ GetMapPrefabResource()

ResourceName GetMapPrefabResource ( )
protected

Get 2D map prefab resource name

Returns
returns prefab ResourceName

Definition at line 61 of file SCR_WristwatchComponent.c.

◆ GetType()

override EGadgetType GetType ( )
protected

Definition at line 171 of file SCR_WristwatchComponent.c.

◆ IsUsingADSControls()

override bool IsUsingADSControls ( )
protected

Definition at line 183 of file SCR_WristwatchComponent.c.

◆ ModeClear()

override void ModeClear ( EGadgetMode mode)
protected

Definition at line 139 of file SCR_WristwatchComponent.c.

◆ ModeSwitch()

override void ModeSwitch ( EGadgetMode mode,
IEntity charOwner )
protected

Definition at line 127 of file SCR_WristwatchComponent.c.

◆ SetMapMode()

void SetMapMode ( )
protected

Activate in a map UI mode.

Definition at line 113 of file SCR_WristwatchComponent.c.

◆ Update()

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

Definition at line 200 of file SCR_WristwatchComponent.c.

◆ UpdateTime()

void UpdateTime ( )
protected

Definition at line 68 of file SCR_WristwatchComponent.c.

◆ UpdateWristwatchState()

void UpdateWristwatchState ( )
protected

Update state of wristwatch -> active/inactive.

Definition at line 97 of file SCR_WristwatchComponent.c.

Variable Documentation

◆ m_iDay

int m_iDay
protected

Definition at line 52 of file SCR_WristwatchComponent.c.

◆ m_iHours

int m_iHours
protected

Definition at line 51 of file SCR_WristwatchComponent.c.

◆ m_iMinutes

int m_iMinutes
protected

Definition at line 50 of file SCR_WristwatchComponent.c.

◆ m_iSeconds

◆ m_PrefabData

SCR_WristwatchComponentClass m_PrefabData
protected

Definition at line 54 of file SCR_WristwatchComponent.c.

◆ m_SignalManager

SignalsManagerComponent m_SignalManager
protected

Definition at line 55 of file SCR_WristwatchComponent.c.

◆ m_TimeMgr

TimeAndWeatherManagerEntity m_TimeMgr
protected

Definition at line 56 of file SCR_WristwatchComponent.c.

◆ SandY184A

Wristwatch type.