PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
AnalyticsManagerServer Class Reference

Private Member Functions

void OnPlayerConnect (Man player)
 
void OnPlayerDisconnect (Man player)
 
void OnEntityHit (EntityAI source, Man target)
 
protected void OnPlayerToPlayerHit (Man shooter, Man target)
 
void OnEntityKilled (Object killer, EntityAI target)
 
protected void OnPlayerKilled (Man killer, EntityAI target)
 
protected void OnInfectedKilled (Man killer, EntityAI target)
 

Private Attributes

const string STAT_DISTANCE = "dist"
 
const string STAT_PLAYTIME = "playtime"
 
const string STAT_PLAYERS_KILLED = "players_killed"
 
const string STAT_INFECTED_KILLED = "infected_killed"
 
const string STAT_LONGEST_SURVIVOR_HIT = "longest_survivor_hit"
 

Member Function Documentation

◆ OnEntityHit()

void OnEntityHit ( EntityAI  source,
Man  target 
)
inlineprivate

References OnPlayerToPlayerHit().

Referenced by ManBase::EEHitBy().

◆ OnEntityKilled()

void OnEntityKilled ( Object  killer,
EntityAI  target 
)
inlineprivate

◆ OnInfectedKilled()

protected void OnInfectedKilled ( Man  killer,
EntityAI  target 
)
inlineprivate

References STAT_INFECTED_KILLED.

Referenced by OnEntityKilled().

◆ OnPlayerConnect()

void OnPlayerConnect ( Man  player)
inlineprivate

◆ OnPlayerDisconnect()

void OnPlayerDisconnect ( Man  player)
inlineprivate

References STAT_DISTANCE, and STAT_PLAYTIME.

Referenced by ManBase::OnDisconnect().

◆ OnPlayerKilled()

protected void OnPlayerKilled ( Man  killer,
EntityAI  target 
)
inlineprivate

References STAT_PLAYERS_KILLED.

Referenced by OnEntityKilled().

◆ OnPlayerToPlayerHit()

protected void OnPlayerToPlayerHit ( Man  shooter,
Man  target 
)
inlineprivate

Field Documentation

◆ STAT_DISTANCE

◆ STAT_INFECTED_KILLED

const string STAT_INFECTED_KILLED = "infected_killed"
private

◆ STAT_LONGEST_SURVIVOR_HIT

const string STAT_LONGEST_SURVIVOR_HIT = "longest_survivor_hit"
private

◆ STAT_PLAYERS_KILLED

const string STAT_PLAYERS_KILLED = "players_killed"
private

◆ STAT_PLAYTIME


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