![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | Enable () |
| override void | Disable () |
| override void | OnPlayerSpawned (SCR_SpawnRequestComponent requestComponent, int playerId, SCR_SpawnData data, IEntity controlledEntity) |
| void | OnPlayerItemRequested (SCR_ResourceComponent resourceComponent, ResourceName resourceName, IEntity requesterEntity, BaseInventoryStorageComponent inventoryStorageComponent, EResourceType resourceType, int resourceValue) |
| void | OnSupportStationExecuted (SCR_BaseSupportStationComponent supportStation, ESupportStationType supportStationType, IEntity actionTarget, IEntity actionUser, SCR_BaseUseSupportStationAction action) |
| void | ~SCR_AnalyticsDataCollectionLoadoutCostModule () |
Definition at line 2 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Definition at line 125 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Definition at line 17 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Definition at line 5 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Player requests an item from Armory, add item name and cost to data
| [in] | resourceName | |
| [in] | inventoryStorageComponent | |
| [in] | resourceValue |
Definition at line 69 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Player spawned/respawned, add respawn cost and loadout cost to data
| [in] | requestComponent | |
| [in] | playerId | |
| [in] | data | |
| [in] | controlledEntity |
Definition at line 34 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.
|
inlineprotected |
Support station used, if it resupply ammo or resupply medical support station we add the supply cost to supply spending data
| [in] | supportStation | |
| [in] | supportStationType | |
| [in] | actionTarget | |
| [in] | actionUser | |
| [in] | action |
Definition at line 96 of file SCR_AnalyticsDataCollectionLoadoutCostModule.c.