Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
StatsEventData Class Reference

Private Member Functions

void StatsEventData (string eventName)
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)

Private Attributes

string m_eventName
autoptr map< string, intm_valuesBool
autoptr map< string, floatm_valuesFloat
autoptr map< string, intm_valuesInt
autoptr map< string, stringm_valuesString
autoptr map< string, vectorm_valuesVector

Detailed Description

Definition at line 76 of file scriptanalytics.c.

Constructor & Destructor Documentation

◆ StatsEventData()

void StatsEventData ( string eventName)
inlineprivate

Member Function Documentation

◆ AddBool()

void AddBool ( string key,
bool value )
inlineprivate

Definition at line 88 of file scriptanalytics.c.

References m_valuesBool.

◆ AddFloat()

void AddFloat ( string key,
float value )
inlineprivate

Definition at line 98 of file scriptanalytics.c.

References m_valuesFloat.

◆ AddInt()

void AddInt ( string key,
int value )
inlineprivate

Definition at line 93 of file scriptanalytics.c.

References m_valuesInt.

◆ AddString()

void AddString ( string key,
string value )
inlineprivate

Definition at line 103 of file scriptanalytics.c.

References m_valuesString.

◆ AddVector()

void AddVector ( string key,
vector value )
inlineprivate

Definition at line 108 of file scriptanalytics.c.

References m_valuesVector.

Field Documentation

◆ m_eventName

string m_eventName
private

Definition at line 113 of file scriptanalytics.c.

Referenced by StatsEventData().

◆ m_valuesBool

autoptr map<string, int> m_valuesBool
private

Definition at line 114 of file scriptanalytics.c.

Referenced by StatsEventData(), and AddBool().

◆ m_valuesFloat

autoptr map<string, float> m_valuesFloat
private

Definition at line 116 of file scriptanalytics.c.

Referenced by StatsEventData(), and AddFloat().

◆ m_valuesInt

autoptr map<string, int> m_valuesInt
private

Definition at line 115 of file scriptanalytics.c.

Referenced by StatsEventData(), and AddInt().

◆ m_valuesString

autoptr map<string, string> m_valuesString
private

Definition at line 117 of file scriptanalytics.c.

Referenced by StatsEventData(), and AddString().

◆ m_valuesVector

autoptr map<string, vector> m_valuesVector
private

Definition at line 118 of file scriptanalytics.c.

Referenced by StatsEventData(), and AddVector().


The documentation for this class was generated from the following file: