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

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)
 

Detailed Description

Definition at line 2 of file ScriptAnalytics.c.

Member Data Documentation

◆ m_BloodStatus

int StatsEventMeasuresData::m_BloodStatus
private

state of blood (current state)

Definition at line 28 of file ScriptAnalytics.c.

◆ m_CharacterId

string StatsEventMeasuresData::m_CharacterId
private

character ID

Definition at line 4 of file ScriptAnalytics.c.

◆ m_CntConsumedFood

int StatsEventMeasuresData::m_CntConsumedFood
private

count of consumed food during interval

Definition at line 20 of file ScriptAnalytics.c.

◆ m_CntConsumedWater

int StatsEventMeasuresData::m_CntConsumedWater
private

count of consumed water during interval

Definition at line 21 of file ScriptAnalytics.c.

◆ m_CntCraftedItem

int StatsEventMeasuresData::m_CntCraftedItem
private

number of items crafted during interval

Definition at line 24 of file ScriptAnalytics.c.

◆ m_CntFiredAmmo

int StatsEventMeasuresData::m_CntFiredAmmo
private

firearm rounds fired during interval

Definition at line 23 of file ScriptAnalytics.c.

◆ m_CntKillInfected

int StatsEventMeasuresData::m_CntKillInfected
private

count of infected kills during interval

Definition at line 19 of file ScriptAnalytics.c.

◆ m_CntLootAmmo

int StatsEventMeasuresData::m_CntLootAmmo
private

count of ammo collected during interval

Definition at line 18 of file ScriptAnalytics.c.

◆ m_CntLootAny

int StatsEventMeasuresData::m_CntLootAny
private

count of any loot collected during interval

Definition at line 14 of file ScriptAnalytics.c.

◆ m_CntLootCloth

int StatsEventMeasuresData::m_CntLootCloth
private

count of cloth collected during interval

Definition at line 16 of file ScriptAnalytics.c.

◆ m_CntLootFirearm

int StatsEventMeasuresData::m_CntLootFirearm
private

count of firearms collected during interval

Definition at line 17 of file ScriptAnalytics.c.

◆ m_CntLootFood

int StatsEventMeasuresData::m_CntLootFood
private

count of any food or consumables collected during interval

Definition at line 15 of file ScriptAnalytics.c.

◆ m_DaytimeHour

int StatsEventMeasuresData::m_DaytimeHour
private

current daytime in gameplay (hour in 24h format)

Definition at line 6 of file ScriptAnalytics.c.

◆ m_DistanceOnFoot

float StatsEventMeasuresData::m_DistanceOnFoot
private

traveled distance on foot (meters) during interval

Definition at line 9 of file ScriptAnalytics.c.

◆ m_DistanceVehicle

float StatsEventMeasuresData::m_DistanceVehicle
private

traveled distance (meters) in vehicle during interval

Definition at line 11 of file ScriptAnalytics.c.

◆ m_FoodStatus

int StatsEventMeasuresData::m_FoodStatus
private

state of food (hunger) (current state)

Definition at line 31 of file ScriptAnalytics.c.

◆ m_HealthRestored

int StatsEventMeasuresData::m_HealthRestored
private

number of health point restored during interval

Definition at line 22 of file ScriptAnalytics.c.

◆ m_HealthStatus

int StatsEventMeasuresData::m_HealthStatus
private

state of health (current state)

Definition at line 27 of file ScriptAnalytics.c.

◆ m_HydrationStatus

int StatsEventMeasuresData::m_HydrationStatus
private

state of hydration (thirst) (current state)

Definition at line 32 of file ScriptAnalytics.c.

◆ m_PositionEnd

vector StatsEventMeasuresData::m_PositionEnd
private

player world position at the end of interval

Definition at line 8 of file ScriptAnalytics.c.

◆ m_PositionStart

vector StatsEventMeasuresData::m_PositionStart
private

player world position at the start of interval

Definition at line 7 of file ScriptAnalytics.c.

◆ m_SicknessStatus

int StatsEventMeasuresData::m_SicknessStatus
private

state of sickness (current state)

Definition at line 29 of file ScriptAnalytics.c.

◆ m_TemperatureStatus

int StatsEventMeasuresData::m_TemperatureStatus
private

state of temperature (current state)

Definition at line 30 of file ScriptAnalytics.c.

◆ m_TimeInterval

int StatsEventMeasuresData::m_TimeInterval
private

amount of real time in seconds covered by this event

Definition at line 5 of file ScriptAnalytics.c.

◆ m_TimeVONIn

float StatsEventMeasuresData::m_TimeVONIn
private

amount of time in seconds with inbound VON during interval

Definition at line 12 of file ScriptAnalytics.c.

◆ m_TimeVONOut

float StatsEventMeasuresData::m_TimeVONOut
private

amount of time in seconds with outbound VON during interval

Definition at line 13 of file ScriptAnalytics.c.


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