PC Stable Documentation
|
|
Private Member Functions | |
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) |
Private Attributes | |
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 |
|
inlineprivate |
References m_eventName, m_valuesBool, m_valuesFloat, m_valuesInt, m_valuesString, and m_valuesVector.
References m_valuesBool.
References m_valuesFloat.
References m_valuesInt.
References m_valuesString.
References m_valuesVector.
|
private |
Referenced by StatsEventData().
Referenced by AddBool(), and StatsEventData().
Referenced by AddFloat(), and StatsEventData().
Referenced by AddInt(), and StatsEventData().
Referenced by AddString(), and StatsEventData().
Referenced by AddVector(), and StatsEventData().