![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | Analytics |
| class | StatsEventData |
| class | StatsEventDeathData |
| class | StatsEventDisconnectedData |
| class | StatsEventMeasuresData |
| class | StatsEventScoredKillData |
| class | StatsEventSpawnedData |
Functions | |
| void | AddBool (string key, bool value) |
| void | AddFloat (string key, float value) |
| void | AddInt (string key, int value) |
| void | AddString (string key, string value) |
| void | AddVector (string key, vector value) |
| static proto native void | SendEvent (StatsEventData data) |
| universal analytics event | |
| class StatsEventData | SendPlayerDeath (StatsEventDeathData data) |
| send event about death to statistic DB | |
| static proto native void | SendPlayerDisconnected (StatsEventDisconnectedData data) |
| send event to statistic DB | |
| static proto native void | SendPlayerMeasures (StatsEventMeasuresData data) |
| send event about player status to statistic DB | |
| static proto native void | SendPlayerScoredKill (StatsEventScoredKillData data) |
| send event about kill to statistic DB | |
| static proto native void | SendPlayerSpawned (StatsEventSpawnedData data) |
| send event about spawning to statistic DB | |
| void | StatsEventData (string eventName) |
Variables | |
| string | m_eventName |
| autoptr map< string, int > | m_valuesBool |
| autoptr map< string, float > | m_valuesFloat |
| autoptr map< string, int > | m_valuesInt |
| autoptr map< string, string > | m_valuesString |
| autoptr map< string, vector > | m_valuesVector |
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.
|
static |
| class StatsEventData SendPlayerDeath | ( | StatsEventDeathData | data | ) |
send event about death to statistic DB
|
static |
send event to statistic DB
|
static |
send event about player status to statistic DB
|
static |
send event about kill to statistic DB
|
static |
send event about spawning to statistic DB
| void StatsEventData | ( | string | eventName | ) |
Definition at line 0 of file scriptanalytics.c.
|
private |
Definition at line 35 of file scriptanalytics.c.
Definition at line 36 of file scriptanalytics.c.
Definition at line 38 of file scriptanalytics.c.
Definition at line 37 of file scriptanalytics.c.
Definition at line 39 of file scriptanalytics.c.
Definition at line 40 of file scriptanalytics.c.