![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | Start () |
| void | Close () |
| void | Update (float deltaSeconds) |
| bool | IsReadyToSend () |
| void | ResetReadyToSend () |
| We sended the data, reset current state. | |
| int | GetReopenTimes () |
| int | GetTimeSpent () |
| void | SetTab (string tab) |
| void | SetSorting (string sorting) |
| void | SetFilter (string filterCategory, string filterName) |
| void | UseSearch () |
| Use search box and save it to the interactions. | |
| void | UseFilterOn () |
| Use filter toggle and save it to the interactions. | |
| void | UseFavorite () |
| Use favorite button to the interactions. | |
| string | GetInteractions () |
| string | SerializeMap (map< string, int > mapp) |
| string | SerializeFilters () |
Protected Attributes | |
| ref SCR_AnalyticsDelayedSend | m_DelayedSend = new SCR_AnalyticsDelayedSend() |
| ref map< string, int > | m_Tabs = new map<string, int>() |
| ref map< string, int > | m_Sortings = new map<string, int>() |
| ref map< string, ref map< string, int > > | m_Filters = new map<string, ref map<string, int>>() |
| WorldTimestamp | m_LastSearchUsage = null |
| int | m_iSearchUsages = 0 |
| int | m_iFilterOnUsages = 0 |
| int | m_iFavoriteUsages = 0 |
| int | m_iReopenTimes = 1 |
| bool | m_bIsOpened = false |
Static Protected Attributes | |
| static const int | MIN_DELAY_BETWEEN_SEARCHES_MS = 100 |
Definition at line 3 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Closes tracking interactions. Will start tracking delay before it will be ready to send to analytics.
Definition at line 43 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Get all saved interactions, in JSON-like format.
Definition at line 169 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Definition at line 74 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Definition at line 81 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Can we send our current data to analytics already?
Definition at line 60 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
We sended the data, reset current state.
Definition at line 67 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Definition at line 223 of file SCR_AnalyticsInteractions.c.
Definition at line 204 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Set a filter and save it to the interactions.
| [in] | filterCategory | |
| [in] | filterName |
Definition at line 114 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Set a different sorting and save it to the interactions.
| [in] | sorting |
Definition at line 101 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Set a different tab and save it to the interactions.
| [in] | tab |
Definition at line 89 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Start tracking interactions. This needs to be used BEFORE any other method and CLEARS all current data if it is not openned soon enough from the last openned instance.
Definition at line 20 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Update the current timers with specified seconds that have elapsed since last update.
| [in] | deltaSeconds |
Definition at line 52 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Use favorite button to the interactions.
Definition at line 158 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Use filter toggle and save it to the interactions.
Definition at line 148 of file SCR_AnalyticsInteractions.c.
|
inlineprotected |
Use search box and save it to the interactions.
Definition at line 129 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 15 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 6 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 9 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 13 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 12 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 14 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 11 of file SCR_AnalyticsInteractions.c.
|
protected |
Definition at line 10 of file SCR_AnalyticsInteractions.c.
Definition at line 8 of file SCR_AnalyticsInteractions.c.
Definition at line 7 of file SCR_AnalyticsInteractions.c.
|
staticprotected |
Definition at line 5 of file SCR_AnalyticsInteractions.c.