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

Private Member Functions

void Event_OnEntityKilled (EntityAI victim, EntityAI killer, EntityAI source, bool is_headshot)
void Event_OnPlayerIgnitedFireplace (EFireIgniteType ignite_type)
void OnActionBandageTarget ()
void OnActionCookedSteak ()
void OnActionDrink ()
void OnActionEat ()
void OnActionFinishedGutDeer ()
void OnActionFinishedShaveSelf ()
void OnActionRestrain ()
void OnItemAttachedAtPlayer (EntityAI item, string slot_name)
void RegisterEvents ()
void UnregisterEvents ()

Static Private Attributes

static const int GEAR_COUNT = 3
static string m_FullGear [GEAR_COUNT] = {"Shoulder","Melee","Back"}

Detailed Description

Definition at line 1 of file analyticsmanagerclient.c.

Member Function Documentation

◆ Event_OnEntityKilled()

void Event_OnEntityKilled ( EntityAI victim,
EntityAI killer,
EntityAI source,
bool is_headshot )
inlineprivate

Definition at line 173 of file analyticsmanagerclient.c.

References g_Game, and Achievements::OnPlayerKilled().

Referenced by RegisterEvents(), and UnregisterEvents().

◆ Event_OnPlayerIgnitedFireplace()

void Event_OnPlayerIgnitedFireplace ( EFireIgniteType ignite_type)
inlineprivate

◆ OnActionBandageTarget()

void OnActionBandageTarget ( )
inlineprivate

Definition at line 69 of file analyticsmanagerclient.c.

References Achievements::OnActionMedsSurvivor().

◆ OnActionCookedSteak()

void OnActionCookedSteak ( )
inlineprivate

Definition at line 37 of file analyticsmanagerclient.c.

References Achievements::OnCookedSteak().

◆ OnActionDrink()

void OnActionDrink ( )
inlineprivate

Definition at line 29 of file analyticsmanagerclient.c.

References Achievements::OnActionDrink().

◆ OnActionEat()

void OnActionEat ( )
inlineprivate

Definition at line 21 of file analyticsmanagerclient.c.

References Achievements::OnActionEat().

◆ OnActionFinishedGutDeer()

void OnActionFinishedGutDeer ( )
inlineprivate

Definition at line 53 of file analyticsmanagerclient.c.

References Achievements::OnActionGutDeer().

◆ OnActionFinishedShaveSelf()

void OnActionFinishedShaveSelf ( )
inlineprivate

Definition at line 45 of file analyticsmanagerclient.c.

References Achievements::OnActionShave().

◆ OnActionRestrain()

void OnActionRestrain ( )
inlineprivate

Definition at line 61 of file analyticsmanagerclient.c.

References Achievements::OnActionHandcuff().

◆ OnItemAttachedAtPlayer()

◆ RegisterEvents()

◆ UnregisterEvents()

Field Documentation

◆ GEAR_COUNT

const int GEAR_COUNT = 3
staticprivate

Definition at line 3 of file analyticsmanagerclient.c.

Referenced by OnItemAttachedAtPlayer().

◆ m_FullGear

string m_FullGear[GEAR_COUNT] = {"Shoulder","Melee","Back"}
staticprivate

Definition at line 4 of file analyticsmanagerclient.c.

Referenced by OnItemAttachedAtPlayer().


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