C# 클래스 BF2Statistics.ASP.StatsProcessor.Player

This class is used to convert the Key => value data for a player in a Snapshot, into an object, as well as Validate that all the player data is valid.
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
EarnedAwards int>.Dictionary
KitData BF2Statistics.ASP.StatsProcessor.ObjectStat[]
Stats RoundStats
VehicleData BF2Statistics.ASP.StatsProcessor.ObjectStat[]
WeaponData BF2Statistics.ASP.StatsProcessor.ObjectStat[]

공개 메소드들

메소드 설명
Player ( string>.Dictionary PlayerData, int>.Dictionary PlayerKillData ) : System

Constructor

SetRank ( int Rank ) : void

Sets the rank for this player

메소드 상세

Player() 공개 메소드

Constructor
public Player ( string>.Dictionary PlayerData, int>.Dictionary PlayerKillData ) : System
PlayerData string>.Dictionary The snapshot player data
PlayerKillData int>.Dictionary The snapshot player kill data
리턴 System

SetRank() 공개 메소드

Sets the rank for this player
public SetRank ( int Rank ) : void
Rank int
리턴 void

프로퍼티 상세

EarnedAwards 공개적으로 프로퍼티

A list of awards the player earned during the round [AwardId => AwardLevel]
public Dictionary EarnedAwards
리턴 int>.Dictionary

KitData 공개적으로 프로퍼티

Returns the players kit data and scores
public ObjectStat[],BF2Statistics.ASP.StatsProcessor KitData
리턴 BF2Statistics.ASP.StatsProcessor.ObjectStat[]

Stats 공개적으로 프로퍼티

An object containing the player's statistical round data
public RoundStats,BF2Statistics.ASP.StatsProcessor Stats
리턴 RoundStats

VehicleData 공개적으로 프로퍼티

Returns the players vehicle data and scores
public ObjectStat[],BF2Statistics.ASP.StatsProcessor VehicleData
리턴 BF2Statistics.ASP.StatsProcessor.ObjectStat[]

WeaponData 공개적으로 프로퍼티

Returns the players weapon data and scores
public ObjectStat[],BF2Statistics.ASP.StatsProcessor WeaponData
리턴 BF2Statistics.ASP.StatsProcessor.ObjectStat[]