C# Class BF2Statistics.ASP.StatsProcessor.BackendAwardData

This class is used to contain a definition of all awards for snapshot processing, as well as loading the Backend award data from the BackendAwards.xml file
Show file Open project: BF2Statistics/ControlCenter

Public Properties

Property Type Description
Awards int>.Dictionary
BackendAwards List

Public Methods

Method Description
BuildAwardData ( ) : void

Builds the Backend award data for the snapshot processor to use

Method Details

BuildAwardData() public static method

Builds the Backend award data for the snapshot processor to use
public static BuildAwardData ( ) : void
return void

Property Details

Awards public static property

A full list of awards that are awarded from the medal_data.py file (StringId => IntId)
public static Dictionary Awards
return int>.Dictionary

BackendAwards public static property

The list of Backend Awards and their criteria's
public static List BackendAwards
return List