DIFF

class MainMenuStatsSource

MainMenuStats ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 1

Members 12

protected Widget m_Root
protected Widget m_TimeSurvived
Referenced by MainMenuStats()
protected TextWidget m_TimeSurvivedValue
Referenced by MainMenuStats(), and UpdateStats()
protected Widget m_PlayersKilled
Referenced by MainMenuStats()
protected TextWidget m_PlayersKilledValue
Referenced by MainMenuStats(), and UpdateStats()
protected Widget m_InfectedKilled
Referenced by MainMenuStats()
protected TextWidget m_InfectedKilledValue
Referenced by MainMenuStats(), and UpdateStats()
protected Widget m_DistanceTraveled
Referenced by MainMenuStats()
protected TextWidget m_DistanceTraveledValue
Referenced by MainMenuStats(), and UpdateStats()
protected Widget m_LongRangeShot
Referenced by MainMenuStats()
protected TextWidget m_LongRangeShotValue
Referenced by MainMenuStats(), and UpdateStats()
private ref FullTimeData m_TimeSurvivedFull
Referenced by MainMenuStats(), and UpdateStats()

Methods 6

void ShowStats()
void HideStats()
References Widget.Show(), and m_Root
protected string GetDistanceString(float total_distance, bool meters_only = false)
Referenced by UpdateStats()
protected string GetValueString(float total_value, bool show_decimals = false)
protected string GetTimeString(float total_time)

DEPRECATED