C# 클래스 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
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
Awards int>.Dictionary
BackendAwards List

공개 메소드들

메소드 설명
BuildAwardData ( ) : void

Builds the Backend award data for the snapshot processor to use

메소드 상세

BuildAwardData() 공개 정적인 메소드

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

프로퍼티 상세

Awards 공개적으로 정적으로 프로퍼티

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

BackendAwards 공개적으로 정적으로 프로퍼티

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