DayZ 1.24
Loading...
Searching...
No Matches
StatsEventScoredKillData Class Reference
Collaboration diagram for StatsEventScoredKillData:
[legend]

Private Attributes

string m_CharacterId
 character ID
 
string m_WeaponName
 name of weapon which killed player (victim)
 
int m_KillDistance
 distance in meters (rounded) between killer and victim
 
vector m_PositionKiller
 position of killer
 
vector m_PositionVictim
 position of victim
 

Detailed Description

Definition at line 49 of file ScriptAnalytics.c.

Member Data Documentation

◆ m_CharacterId

string StatsEventScoredKillData::m_CharacterId
private

character ID

Definition at line 51 of file ScriptAnalytics.c.

◆ m_KillDistance

int StatsEventScoredKillData::m_KillDistance
private

distance in meters (rounded) between killer and victim

Definition at line 53 of file ScriptAnalytics.c.

◆ m_PositionKiller

vector StatsEventScoredKillData::m_PositionKiller
private

position of killer

Definition at line 54 of file ScriptAnalytics.c.

◆ m_PositionVictim

vector StatsEventScoredKillData::m_PositionVictim
private

position of victim

Definition at line 55 of file ScriptAnalytics.c.

◆ m_WeaponName

string StatsEventScoredKillData::m_WeaponName
private

name of weapon which killed player (victim)

Definition at line 52 of file ScriptAnalytics.c.


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