Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PlayerData.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_PlayerData
 
class  CharacterDataLoadingCallback
 

Enumerations

enum  SCR_EDataStats {
  RANK, LEVEL_EXPERIENCE, SESSION_DURATION, SPPOINTS0,
  SPPOINTS1, SPPOINTS2, WARCRIMES, DISTANCE_WALKED,
  KILLS, AI_KILLS, SHOTS, GRENADES_THROWN,
  FRIENDLY_KILLS, FRIENDLY_AI_KILLS, DEATHS, DISTANCE_DRIVEN,
  POINTS_AS_DRIVER_OF_PLAYERS, PLAYERS_DIED_IN_VEHICLE, ROADKILLS, FRIENDLY_ROADKILLS,
  AI_ROADKILLS, FRIENDLY_AI_ROADKILLS, DISTANCE_AS_OCCUPANT, BANDAGE_SELF,
  BANDAGE_FRIENDLIES, TOURNIQUET_SELF, TOURNIQUET_FRIENDLIES, SALINE_SELF,
  SALINE_FRIENDLIES, MORPHINE_SELF, MORPHINE_FRIENDLIES, WARCRIME_HARMING_FRIENDLIES,
  CRIME_ACCELERATION, KICK_SESSION_DURATION, KICK_STREAK, LIGHTBAN_SESSION_DURATION,
  LIGHTBAN_STREAK, HEAVYBAN_SESSION_DURATION, HEAVYBAN_STREAK
}
 

Enumeration Type Documentation

◆ SCR_EDataStats

Enumerator
RANK 

Rank of the player.

LEVEL_EXPERIENCE 

XP points.

SESSION_DURATION 

Total duration of sessions.

SPPOINTS0 

INFANTRY.

SPPOINTS1 

LOGISTICS.

SPPOINTS2 

MEDICAL.

WARCRIMES 

War criminal points.

DISTANCE_WALKED 

Distance walked on foot.

KILLS 

Enemies killed.

AI_KILLS 

AI enemies killed.

SHOTS 

Bullets shot.

GRENADES_THROWN 

Grenades thrown.

FRIENDLY_KILLS 

Friendly human kills.

FRIENDLY_AI_KILLS 

Friendly AI kills.

DEATHS 

Deaths.

DISTANCE_DRIVEN 

Distance driven with a vehicle.

POINTS_AS_DRIVER_OF_PLAYERS 

Points obtained for driving players around.

PLAYERS_DIED_IN_VEHICLE 

Players that died inside a vehicle while the player drives it.

ROADKILLS 

Human enemies killed with a vehicle.

FRIENDLY_ROADKILLS 

Human friendlies killed with a vehicle.

AI_ROADKILLS 

AI enemies killed with a vehicle.

FRIENDLY_AI_ROADKILLS 

AI friendlies killed with a vehicle.

DISTANCE_AS_OCCUPANT 

Distance the player was driven around with a vehicle.

BANDAGE_SELF 

Number of times player bandaged themself.

BANDAGE_FRIENDLIES 

Number of times player bandaged friendlies (not including themself)

TOURNIQUET_SELF 

Number of times player tourniquetted themself.

TOURNIQUET_FRIENDLIES 

Number of times player tourniquetted friendlies (not including themself)

SALINE_SELF 

Number of times player salined themself.

SALINE_FRIENDLIES 

Number of times player salined friendlies (not including themself)

MORPHINE_SELF 

Number of times player morphined themself.

MORPHINE_FRIENDLIES 

Number of times player morphined friendlies (not including themself)

WARCRIME_HARMING_FRIENDLIES 

Harming friendlies.

CRIME_ACCELERATION 

Kick & Ban acceleration.

KICK_SESSION_DURATION 

Session duration at the time player was kicked the last time.

KICK_STREAK 

How many times was the player kicked in a row after last kick in a short succession.

LIGHTBAN_SESSION_DURATION 

Session duration at the time player was lightbanned the last time.

LIGHTBAN_STREAK 

How many times was the player lightbanned in a row after the last lightban in a short succession.

HEAVYBAN_SESSION_DURATION 

Session duration at the time player was heavybanned the last time.

HEAVYBAN_STREAK 

How many times was the player heavybanned in a row after the last heavyban in a short succession.

Definition at line 950 of file SCR_PlayerData.c.