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
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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