DayZ 1.24
|
Private Attributes | |
string | m_CharacterId |
character ID | |
int | m_TimeInterval |
amount of real time in seconds covered by this event | |
int | m_DaytimeHour |
current daytime in gameplay (hour in 24h format) | |
vector | m_PositionStart |
player world position at the start of interval | |
vector | m_PositionEnd |
player world position at the end of interval | |
float | m_DistanceOnFoot |
traveled distance on foot (meters) during interval | |
float | m_DistanceVehicle |
traveled distance (meters) in vehicle during interval | |
float | m_TimeVONIn |
amount of time in seconds with inbound VON during interval | |
float | m_TimeVONOut |
amount of time in seconds with outbound VON during interval | |
int | m_CntLootAny |
count of any loot collected during interval | |
int | m_CntLootFood |
count of any food or consumables collected during interval | |
int | m_CntLootCloth |
count of cloth collected during interval | |
int | m_CntLootFirearm |
count of firearms collected during interval | |
int | m_CntLootAmmo |
count of ammo collected during interval | |
int | m_CntKillInfected |
count of infected kills during interval | |
int | m_CntConsumedFood |
count of consumed food during interval | |
int | m_CntConsumedWater |
count of consumed water during interval | |
int | m_HealthRestored |
number of health point restored during interval | |
int | m_CntFiredAmmo |
firearm rounds fired during interval | |
int | m_CntCraftedItem |
number of items crafted during interval | |
int | m_HealthStatus |
state of health (current state) | |
int | m_BloodStatus |
state of blood (current state) | |
int | m_SicknessStatus |
state of sickness (current state) | |
int | m_TemperatureStatus |
state of temperature (current state) | |
int | m_FoodStatus |
state of food (hunger) (current state) | |
int | m_HydrationStatus |
state of hydration (thirst) (current state) | |
Definition at line 2 of file ScriptAnalytics.c.
|
private |
state of blood (current state)
Definition at line 28 of file ScriptAnalytics.c.
|
private |
character ID
Definition at line 4 of file ScriptAnalytics.c.
|
private |
count of consumed food during interval
Definition at line 20 of file ScriptAnalytics.c.
|
private |
count of consumed water during interval
Definition at line 21 of file ScriptAnalytics.c.
|
private |
number of items crafted during interval
Definition at line 24 of file ScriptAnalytics.c.
|
private |
firearm rounds fired during interval
Definition at line 23 of file ScriptAnalytics.c.
|
private |
count of infected kills during interval
Definition at line 19 of file ScriptAnalytics.c.
|
private |
count of ammo collected during interval
Definition at line 18 of file ScriptAnalytics.c.
|
private |
count of any loot collected during interval
Definition at line 14 of file ScriptAnalytics.c.
|
private |
count of cloth collected during interval
Definition at line 16 of file ScriptAnalytics.c.
|
private |
count of firearms collected during interval
Definition at line 17 of file ScriptAnalytics.c.
|
private |
count of any food or consumables collected during interval
Definition at line 15 of file ScriptAnalytics.c.
|
private |
current daytime in gameplay (hour in 24h format)
Definition at line 6 of file ScriptAnalytics.c.
|
private |
traveled distance on foot (meters) during interval
Definition at line 9 of file ScriptAnalytics.c.
|
private |
traveled distance (meters) in vehicle during interval
Definition at line 11 of file ScriptAnalytics.c.
|
private |
state of food (hunger) (current state)
Definition at line 31 of file ScriptAnalytics.c.
|
private |
number of health point restored during interval
Definition at line 22 of file ScriptAnalytics.c.
|
private |
state of health (current state)
Definition at line 27 of file ScriptAnalytics.c.
|
private |
state of hydration (thirst) (current state)
Definition at line 32 of file ScriptAnalytics.c.
|
private |
player world position at the end of interval
Definition at line 8 of file ScriptAnalytics.c.
|
private |
player world position at the start of interval
Definition at line 7 of file ScriptAnalytics.c.
|
private |
state of sickness (current state)
Definition at line 29 of file ScriptAnalytics.c.
|
private |
state of temperature (current state)
Definition at line 30 of file ScriptAnalytics.c.
|
private |
amount of real time in seconds covered by this event
Definition at line 5 of file ScriptAnalytics.c.
|
private |
amount of time in seconds with inbound VON during interval
Definition at line 12 of file ScriptAnalytics.c.
|
private |
amount of time in seconds with outbound VON during interval
Definition at line 13 of file ScriptAnalytics.c.