Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DataCollectorModule Class Reference
Inheritance diagram for SCR_DataCollectorModule:
SCR_DataCollectorAchievementsModule SCR_DataCollectorBasicActionsModule SCR_DataCollectorCrimesModule SCR_DataCollectorDriverModule SCR_DataCollectorHealingItemsModule SCR_DataCollectorShootingModule SCR_DataCollectorStoreDataModule SCR_DataCollectorSupplyTruckDriverModule

Protected Member Functions

void Update (float timeTick)
void OnPlayerDisconnected (int playerID, IEntity controlledEntity=null)
void AddInvokers (IEntity player)
void RemoveInvokers (IEntity player)
void OnPlayerSpawned (int playerID, IEntity controlledEntity)
void OnPlayerAuditSuccess (int playerID)
void OnPlayerKilled (int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator instigator, notnull SCR_InstigatorContextData instigatorContextData)
void OnAIKilled (IEntity AIEntity, IEntity killerEntity, notnull Instigator instigator, notnull SCR_InstigatorContextData instigatorContextData)
void OnGameModeEnd ()
void InitModule ()
void OnControlledEntityChanged (IEntity from, IEntity to)

Protected Attributes

ref map< int, TextWidgetm_StatsVisualization
float m_fTimeSinceUpdate = 0
float m_fUpdatePeriod

Detailed Description

Definition at line 2 of file SCR_DataCollectorModule.c.

Member Function Documentation

◆ AddInvokers()

void SCR_DataCollectorModule::AddInvokers ( IEntity player)
protected

◆ InitModule()

void SCR_DataCollectorModule::InitModule ( )
protected

◆ OnAIKilled()

void SCR_DataCollectorModule::OnAIKilled ( IEntity AIEntity,
IEntity killerEntity,
notnull Instigator instigator,
notnull SCR_InstigatorContextData instigatorContextData )
protected

◆ OnControlledEntityChanged()

void SCR_DataCollectorModule::OnControlledEntityChanged ( IEntity from,
IEntity to )
inlineprotected

Definition at line 68 of file SCR_DataCollectorModule.c.

◆ OnGameModeEnd()

void SCR_DataCollectorModule::OnGameModeEnd ( )
protected

◆ OnPlayerAuditSuccess()

void SCR_DataCollectorModule::OnPlayerAuditSuccess ( int playerID)
protected

◆ OnPlayerDisconnected()

void SCR_DataCollectorModule::OnPlayerDisconnected ( int playerID,
IEntity controlledEntity = null )
inlineprotected

Definition at line 22 of file SCR_DataCollectorModule.c.

◆ OnPlayerKilled()

void SCR_DataCollectorModule::OnPlayerKilled ( int playerId,
IEntity playerEntity,
IEntity killerEntity,
notnull Instigator instigator,
notnull SCR_InstigatorContextData instigatorContextData )
protected

◆ OnPlayerSpawned()

void SCR_DataCollectorModule::OnPlayerSpawned ( int playerID,
IEntity controlledEntity )
inlineprotected

Definition at line 38 of file SCR_DataCollectorModule.c.

◆ RemoveInvokers()

void SCR_DataCollectorModule::RemoveInvokers ( IEntity player)
protected

◆ Update()

void SCR_DataCollectorModule::Update ( float timeTick)
protected

Member Data Documentation

◆ m_fTimeSinceUpdate

float SCR_DataCollectorModule::m_fTimeSinceUpdate = 0
protected

Definition at line 6 of file SCR_DataCollectorModule.c.

◆ m_fUpdatePeriod

float SCR_DataCollectorModule::m_fUpdatePeriod
protected

Definition at line 8 of file SCR_DataCollectorModule.c.

◆ m_StatsVisualization

ref map<int, TextWidget> SCR_DataCollectorModule::m_StatsVisualization
protected

Definition at line 4 of file SCR_DataCollectorModule.c.


The documentation for this class was generated from the following file: