Структуры данных | |
class | StatsEventMeasuresData |
class | StatsEventDeathData |
class | StatsEventScoredKillData |
class | StatsEventDisconnectedData |
class | StatsEventSpawnedData |
class | StatsEventData |
class | Analytics |
Функции | |
class StatsEventData | SendPlayerDeath (StatsEventDeathData data) |
send event about death to statistic DB | |
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) |
static proto native void | SendPlayerScoredKill (StatsEventScoredKillData data) |
send event about kill 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 | SendPlayerSpawned (StatsEventSpawnedData data) |
send event about spawning to statistic DB | |
static proto native void | SendEvent (StatsEventData data) |
universal analytics event | |
Переменные | |
string | m_eventName |
autoptr map< string, int > | m_valuesBool |
autoptr map< string, int > | m_valuesInt |
autoptr map< string, float > | m_valuesFloat |
autoptr map< string, string > | m_valuesString |
autoptr map< string, vector > | m_valuesVector |