Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DataCollectorBasicActionsModule Class Reference
Inheritance diagram for SCR_DataCollectorBasicActionsModule:
SCR_DataCollectorModule

Protected Member Functions

override void AddInvokers (IEntity player)
override void RemoveInvokers (IEntity player)
void OnCompartmentEntered (IEntity targetEntity, BaseCompartmentManagerComponent manager, int mgrID, int slotID, bool move)
void OnCompartmentLeft (IEntity targetEntity, BaseCompartmentManagerComponent manager, int mgrID, int slotID, bool move)
override void OnPlayerDisconnected (int playerID, IEntity controlledEntity=null)
override void OnPlayerSpawned (int playerID, IEntity controlledEntity)
override void OnPlayerKilled (int playerId, IEntity playerEntity, IEntity killerEntity, notnull Instigator instigator, notnull SCR_InstigatorContextData instigatorContextData)
override void Update (float timeTick)

Protected Attributes

ref map< int, IEntitym_mTrackedPlayers = new map<int, IEntity>()
const int LIMIT_WALKING_SPEED_PER_SECOND = 5
int m_iMaxWalkingDistancePerSecond = LIMIT_WALKING_SPEED_PER_SECOND * m_fUpdatePeriod

Detailed Description

Definition at line 2 of file SCR_DataCollectorBasicActionsModule.c.

Member Function Documentation

◆ AddInvokers()

override void SCR_DataCollectorBasicActionsModule::AddInvokers ( IEntity player)
inlineprotected

Definition at line 9 of file SCR_DataCollectorBasicActionsModule.c.

◆ OnCompartmentEntered()

void SCR_DataCollectorBasicActionsModule::OnCompartmentEntered ( IEntity targetEntity,
BaseCompartmentManagerComponent manager,
int mgrID,
int slotID,
bool move )
inlineprotected

Definition at line 49 of file SCR_DataCollectorBasicActionsModule.c.

◆ OnCompartmentLeft()

void SCR_DataCollectorBasicActionsModule::OnCompartmentLeft ( IEntity targetEntity,
BaseCompartmentManagerComponent manager,
int mgrID,
int slotID,
bool move )
inlineprotected

Definition at line 68 of file SCR_DataCollectorBasicActionsModule.c.

◆ OnPlayerDisconnected()

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

Definition at line 89 of file SCR_DataCollectorBasicActionsModule.c.

◆ OnPlayerKilled()

override void SCR_DataCollectorBasicActionsModule::OnPlayerKilled ( int playerId,
IEntity playerEntity,
IEntity killerEntity,
notnull Instigator instigator,
notnull SCR_InstigatorContextData instigatorContextData )
inlineprotected

Definition at line 124 of file SCR_DataCollectorBasicActionsModule.c.

◆ OnPlayerSpawned()

override void SCR_DataCollectorBasicActionsModule::OnPlayerSpawned ( int playerID,
IEntity controlledEntity )
inlineprotected

Definition at line 98 of file SCR_DataCollectorBasicActionsModule.c.

◆ RemoveInvokers()

override void SCR_DataCollectorBasicActionsModule::RemoveInvokers ( IEntity player)
inlineprotected

Definition at line 29 of file SCR_DataCollectorBasicActionsModule.c.

◆ Update()

override void SCR_DataCollectorBasicActionsModule::Update ( float timeTick)
inlineprotected

Definition at line 131 of file SCR_DataCollectorBasicActionsModule.c.

Member Data Documentation

◆ LIMIT_WALKING_SPEED_PER_SECOND

const int SCR_DataCollectorBasicActionsModule::LIMIT_WALKING_SPEED_PER_SECOND = 5
protected

Definition at line 5 of file SCR_DataCollectorBasicActionsModule.c.

◆ m_iMaxWalkingDistancePerSecond

int SCR_DataCollectorBasicActionsModule::m_iMaxWalkingDistancePerSecond = LIMIT_WALKING_SPEED_PER_SECOND * m_fUpdatePeriod
protected

Definition at line 6 of file SCR_DataCollectorBasicActionsModule.c.

◆ m_mTrackedPlayers

ref map<int, IEntity> SCR_DataCollectorBasicActionsModule::m_mTrackedPlayers = new map<int, IEntity>()
protected

Definition at line 4 of file SCR_DataCollectorBasicActionsModule.c.


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