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_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 |
#define ENABLE_BASE_DESTRUCTION |
Definition at line 1 of file SCR_ClockHandComponent.c.
void ClockHandStep | ( | ) |
Definition at line 46 of file SCR_ClockHandComponent.c.
private int m_iClockSignalIndex |
Definition at line 12 of file SCR_ClockHandComponent.c.
private SCR_DestructionMultiPhaseComponent m_MultiPhaseDestComp |
Definition at line 11 of file SCR_ClockHandComponent.c.
private SignalsManagerComponent m_SignalManager |
Definition at line 10 of file SCR_ClockHandComponent.c.
SCR_ClockHandComponentClass m_TimeManager |