![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | StatsEventMeasuresData |
| class | StatsEventDeathData |
| class | StatsEventScoredKillData |
| class | StatsEventDisconnectedData |
| class | StatsEventSpawnedData |
| class | StatsEventData |
| class | Analytics |
Functions | |
| class StatsEventData | SendPlayerDeath (StatsEventDeathData data) |
| send event about death to statistic DB | |
| void | StatsEventData (string eventName) |
| void | AddBool (string key, bool value) |
| void | AddInt (string key, int value) |
| void | AddFloat (string key, float value) |
| void | AddString (string key, string value) |
| void | AddVector (string key, vector value) |
Definition at line 10 of file scriptanalytics.c.
Definition at line 20 of file scriptanalytics.c.
Definition at line 15 of file scriptanalytics.c.
Definition at line 25 of file scriptanalytics.c.
Definition at line 30 of file scriptanalytics.c.
| class StatsEventData SendPlayerDeath | ( | StatsEventDeathData | data | ) |
send event about death to statistic DB
| void SendPlayerDeath::StatsEventData | ( | string | eventName | ) |
Definition at line 0 of file scriptanalytics.c.