![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | OpenInventory (float currentWeight) |
| void | CloseInventory (float currentWeight) |
| void | Update (float deltaSeconds) |
| bool | IsReadyToSend () |
| void | ResetReadyToSend () |
| We have sended the data, so we reset. | |
| void | InteractWithItem (SCR_EAnalyticalItemSlotType itemSlotType) |
| void | UseHealing () |
| We used healing (bandages) through the inventory. Save it for analytics. | |
| void | UseExamination () |
| We used examination through the inventory. Save it for analytics. | |
| SCR_InventoryData | GetClonedData () |
| string | ArrayToString (array< float > arr) |
Protected Attributes | |
| ref SCR_InventoryData | m_Inventory = new SCR_InventoryData() |
| ref SCR_AnalyticsDelayedSend | m_DelayedSend = new SCR_AnalyticsDelayedSend() |
| ref array< float > | m_aOpenWeights = {} |
| ref array< float > | m_aCloseWeights = {} |
Definition at line 1 of file SCR_AnalyticsInventory.c.
Definition at line 119 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
User closes the inventory and it contains a specific weight. Save it for the analytics.
| [in] | currentWeight |
Definition at line 28 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
Definition at line 109 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
We have interacted with an item of particular slot type.
| [in] | itemSlotType |
Definition at line 67 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
Check if we are ready to send our saved data to analytics.
Definition at line 52 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
User opens the inventory and it contains a specific weight. Save it for the analytics.
| [in] | currentWeight |
Definition at line 11 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
We have sended the data, so we reset.
Definition at line 59 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
Update time spent in inventory and outside it. We need to wait until we send the inventoryClosed event to prevent multiple sends in rapid succession.
| [in] | deltaSeconds |
Definition at line 44 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
We used examination through the inventory. Save it for analytics.
Definition at line 102 of file SCR_AnalyticsInventory.c.
|
inlineprotected |
We used healing (bandages) through the inventory. Save it for analytics.
Definition at line 95 of file SCR_AnalyticsInventory.c.
|
protected |
Definition at line 6 of file SCR_AnalyticsInventory.c.
|
protected |
Definition at line 5 of file SCR_AnalyticsInventory.c.
|
protected |
Definition at line 4 of file SCR_AnalyticsInventory.c.
|
protected |
Definition at line 3 of file SCR_AnalyticsInventory.c.