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
Afficher le fichier Open project: BF2Statistics/ControlCenter

Méthodes publiques

Свойство Type Description
Awards int>.Dictionary
BackendAwards List

Méthodes publiques

Méthode Description
BuildAwardData ( ) : void

Builds the Backend award data for the snapshot processor to use

Method Details

BuildAwardData() public static méthode

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

Property Details

Awards public_oe static_oe property

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

BackendAwards public_oe static_oe property

The list of Backend Awards and their criteria's
public static List BackendAwards
Résultat List