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

Go to the source code of this file.

Data Structures

class  SCR_ClockHandComponentClass
 

Macros

#define ENABLE_BASE_DESTRUCTION
 

Functions

override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
override void EOnInit (IEntity owner)
 
void ClockHandStep ()
 

Variables

SCR_ClockHandComponentClass m_TimeManager
 
private SignalsManagerComponent m_SignalManager
 
private SCR_DestructionMultiPhaseComponent m_MultiPhaseDestComp
 
private int m_iClockSignalIndex
 

Macro Definition Documentation

◆ ENABLE_BASE_DESTRUCTION

#define ENABLE_BASE_DESTRUCTION

Definition at line 1 of file SCR_ClockHandComponent.c.

Function Documentation

◆ ClockHandStep()

void ClockHandStep ( )

Definition at line 46 of file SCR_ClockHandComponent.c.

Variable Documentation

◆ m_iClockSignalIndex

private int m_iClockSignalIndex

Definition at line 12 of file SCR_ClockHandComponent.c.

◆ m_MultiPhaseDestComp

private SCR_DestructionMultiPhaseComponent m_MultiPhaseDestComp

Definition at line 11 of file SCR_ClockHandComponent.c.

◆ m_SignalManager

private SignalsManagerComponent m_SignalManager

Definition at line 10 of file SCR_ClockHandComponent.c.

◆ m_TimeManager