![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_AnalyticsDataCollectionComponentClass |
Functions | |
| SCR_AnalyticsDataCollectionComponentClass SCR_BaseGameModeComponentClass | Attribute ()] protected ref array< ref SCR_AnalyticsDataCollectionModule > m_aModules |
| override void | OnGameModeStart () |
| override void | OnGameModeEnd (SCR_GameModeEndData data) |
| override void | OnGameEnd () |
| Called on all machines when the world ends. | |
| override void | OnPlayerConnected (int playerId) |
| override void | OnPlayerDisconnected (int playerId, KickCauseCode cause, int timeout) |
| override void | OnPlayerSpawnFinalize_S (SCR_SpawnRequestComponent requestComponent, SCR_SpawnHandlerComponent handlerComponent, SCR_SpawnData data, IEntity entity) |
| override void | OnControllableDestroyed (notnull SCR_InstigatorContextData instigatorContextData) |
| SCR_AnalyticsDataCollectionModule | FindModule (typename type) |
| array< ref SCR_AnalyticsDataCollectionModule > | GetAllModules () |
| SCR_AnalyticsDataCollectionModule | GetModuleById (int id) |
| void | DisableAllModules () |
| Disables all analytics data collection modules. | |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| void | SessionMeasures () |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. | |
| override void | OnDelete (IEntity owner) |
Variables | |
| int | m_iSessionMeasuresInterval |
| IEntity | m_Owner |
| float | m_fSessionMeasuresTimer |
Definition at line 82 of file SendGoalMessage.c.
|
protected |
Disables all analytics data collection modules.
Definition at line 162 of file SCR_AnalyticsDataCollectionComponent.c.
Definition at line 171 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
| [in] | type |
Definition at line 130 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 143 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
| [in] | id |
Definition at line 152 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
When a controllable entity is destroyed, this event is raised.
| [in] | instigatorContextData | Holds the data of the victim and killer |
Definition at line 118 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 226 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Called on all machines when the world ends.
Definition at line 65 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Called when game mode ends.
| [in] | data | End game data with game logic. |
Definition at line 50 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Called on every machine when game mode starts. This can be immediate (if no pre-game period is set) or can happen after a certain delay, as deemed appropriate by the authority.
Definition at line 25 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Called after a player is connected. Server-only.
| [in] | playerId | PlayerId of connected player. |
| [in] | playerId |
Definition at line 74 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Called after a player is disconnected.
| [in] | playerId | PlayerId of disconnected player. |
| [in] | cause | Reason player disconnected |
| [in] | timeout | Timeout for when players are allowed to connect again. -1 means Ban without an assigned timeout |
What happens when a player disconnects.
| [in] | playerID | is a unique player identifier that defines which player has disconnected. |
| [in] | cause | |
| [in] | timeout |
Definition at line 90 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
| [in] | requestComponent | |
| [in] | handlerComponent | |
| [in] | data | |
| [in] | entity |
Definition at line 102 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 188 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 16 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 12 of file SCR_AnalyticsDataCollectionComponent.c.
|
protected |
Definition at line 14 of file SCR_AnalyticsDataCollectionComponent.c.