![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | SCR_EAnalyticsDelayedState { INACTIVE , IN_MENU , OUT_MENU_WAITING , OUT_MENU_SENDING } |
Functions | |
| void | Start () |
| Start this tracking time in this menu, adds it to previous time if we have not yet sended previous data. | |
| void | Stop () |
| Stop tracking time in this menu, prepare for sending data. | |
| bool | IsAdditive () |
| void | Update (float deltaSeconds) |
| bool | IsReadyToSend () |
| Should we send our data already? | |
| void | ResetReadyToSend () |
| We have sended our data, reset. | |
| int | GetTimeSpent () |
Variables | |
| enum SCR_EAnalyticsDelayedState | ANALYTICS_DELAY_SECONDS = 10 |
| SCR_EAnalyticsDelayedState | m_eState = SCR_EAnalyticsDelayedState.INACTIVE |
| bool | m_bIsAdditive = false |
| float | m_fTimeSpentSeconds = 0 |
| float | m_fDelayLeftSeconds = 0 |
| Enumerator | |
|---|---|
| INACTIVE | |
| IN_MENU | |
| OUT_MENU_WAITING | |
| OUT_MENU_SENDING | |
Definition at line 1 of file SCR_AnalyticsDelayedSend.c.
|
protected |
How much time we have spent in menu
Definition at line 86 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Are we adding the time to previous time, or starting fresh?
Definition at line 39 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Should we send our data already?
Definition at line 71 of file SCR_AnalyticsDelayedSend.c.
|
protected |
We have sended our data, reset.
Definition at line 78 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Start this tracking time in this menu, adds it to previous time if we have not yet sended previous data.
Definition at line 20 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Updates the delayed send by N seconds
| [in] | deltaSeconds | |
| [in] | timeSlice |
Definition at line 47 of file SCR_AnalyticsDelayedSend.c.
| enum SCR_EAnalyticsDelayedState ANALYTICS_DELAY_SECONDS = 10 |
|
protected |
Definition at line 14 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Definition at line 13 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Definition at line 16 of file SCR_AnalyticsDelayedSend.c.
|
protected |
Definition at line 15 of file SCR_AnalyticsDelayedSend.c.