![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Attributes | |
| string | m_CharacterId |
| character ID | |
| int | m_KillDistance |
| distance in meters (rounded) between killer and victim | |
| vector | m_PositionKiller |
| position of killer | |
| vector | m_PositionVictim |
| position of victim | |
| string | m_WeaponName |
| name of weapon which killed player (victim) | |
Definition at line 49 of file scriptanalytics.c.
|
private |
character ID
Definition at line 51 of file scriptanalytics.c.
|
private |
distance in meters (rounded) between killer and victim
Definition at line 53 of file scriptanalytics.c.
|
private |
position of killer
Definition at line 54 of file scriptanalytics.c.
|
private |
position of victim
Definition at line 55 of file scriptanalytics.c.
|
private |
name of weapon which killed player (victim)
Definition at line 52 of file scriptanalytics.c.