Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
scriptanalytics.c File Reference

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, intm_valuesBool
 
private autoptr map< string, intm_valuesInt
 
private autoptr map< string, floatm_valuesFloat
 
private autoptr map< string, stringm_valuesString
 
private autoptr map< string, vectorm_valuesVector
 

Function Documentation

◆ AddBool()

void SendPlayerDeath::AddBool ( string  key,
bool  value 
)

Definition at line 12 of file scriptanalytics.c.

◆ AddFloat()

void SendPlayerDeath::AddFloat ( string  key,
float  value 
)

Definition at line 22 of file scriptanalytics.c.

◆ AddInt()

void SendPlayerDeath::AddInt ( string  key,
int  value 
)

Definition at line 17 of file scriptanalytics.c.

◆ AddString()

void SendPlayerDeath::AddString ( string  key,
string  value 
)

Definition at line 27 of file scriptanalytics.c.

◆ AddVector()

void SendPlayerDeath::AddVector ( string  key,
vector  value 
)

Definition at line 32 of file scriptanalytics.c.

◆ SendPlayerDeath()

class StatsEventData SendPlayerDeath ( StatsEventDeathData  data)

send event about death to statistic DB

◆ StatsEventData()

void SendPlayerDeath::StatsEventData ( string  eventName)

Definition at line 2 of file scriptanalytics.c.

Variable Documentation

◆ m_eventName

private string m_eventName

Definition at line 37 of file scriptanalytics.c.

◆ m_valuesBool

private autoptr map<string, int> m_valuesBool

Definition at line 38 of file scriptanalytics.c.

◆ m_valuesFloat

private autoptr map<string, float> m_valuesFloat

Definition at line 40 of file scriptanalytics.c.

◆ m_valuesInt

private autoptr map<string, int> m_valuesInt

Definition at line 39 of file scriptanalytics.c.

◆ m_valuesString

private autoptr map<string, string> m_valuesString

Definition at line 41 of file scriptanalytics.c.

◆ m_valuesVector

private autoptr map<string, vector> m_valuesVector

Definition at line 42 of file scriptanalytics.c.