Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
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 More... | |
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) |
Variables | |
private string | m_eventName |
private autoptr map< string, int > | m_valuesBool |
private autoptr map< string, int > | m_valuesInt |
private autoptr map< string, float > | m_valuesFloat |
private autoptr map< string, string > | m_valuesString |
private autoptr map< string, vector > | m_valuesVector |
Definition at line 12 of file scriptanalytics.c.
Definition at line 22 of file scriptanalytics.c.
Definition at line 17 of file scriptanalytics.c.
Definition at line 27 of file scriptanalytics.c.
Definition at line 32 of file scriptanalytics.c.
class StatsEventData SendPlayerDeath | ( | StatsEventDeathData | data | ) |
send event about death to statistic DB
void SendPlayerDeath::StatsEventData | ( | string | eventName | ) |
Definition at line 2 of file scriptanalytics.c.
private string m_eventName |
Definition at line 37 of file scriptanalytics.c.
Definition at line 38 of file scriptanalytics.c.
Definition at line 40 of file scriptanalytics.c.
Definition at line 39 of file scriptanalytics.c.
Definition at line 41 of file scriptanalytics.c.
Definition at line 42 of file scriptanalytics.c.