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

This class represents the Game data found in a Battlefield 2 Snapshot
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 메소드들

메소드 설명
GetPlayerById ( int Pid ) : Player

Returns the player object by PID.

GetPlayersByTeam ( int Team ) : List

Fetches all players into a list on the specfied team

메소드 상세

GetPlayerById() 공개 메소드

Returns the player object by PID.
public GetPlayerById ( int Pid ) : Player
Pid int
리턴 Player

GetPlayersByTeam() 공개 메소드

Fetches all players into a list on the specfied team
public GetPlayersByTeam ( int Team ) : List
Team int
리턴 List