C# Класс BF2Statistics.ASP.StatsProcessor.BackendAward

This object represents an award that is earned during the processing of a snapshot, and provides methods to check if a given player has met the criteria to earn it.
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Criterias BF2Statistics.ASP.StatsProcessor.AwardCriteria[]

Открытые методы

Метод Описание
BackendAward ( int AwardId, AwardCriteria Criterias ) : System

Constructor

CriteriaMet ( int Pid, StatsDatabase Driver, int &Level ) : bool

Returns a bool stating whether the criteria for this award is met for a givin player

Описание методов

BackendAward() публичный Метод

Constructor
public BackendAward ( int AwardId, AwardCriteria Criterias ) : System
AwardId int The award id
Criterias AwardCriteria The criteria's needed to earn the award
Результат System

CriteriaMet() публичный Метод

Returns a bool stating whether the criteria for this award is met for a givin player
public CriteriaMet ( int Pid, StatsDatabase Driver, int &Level ) : bool
Pid int The player ID
Driver BF2Statistics.Database.StatsDatabase
Level int The award level if the criteria is met
Результат bool

Описание свойств

Criterias защищенное свойство

The award criteria's to earn the award
protected AwardCriteria[],BF2Statistics.ASP.StatsProcessor Criterias
Результат BF2Statistics.ASP.StatsProcessor.AwardCriteria[]