C# Class BF2Statistics.ASP.StatsProcessor.GameResult

This class represents the Game data found in a Battlefield 2 Snapshot
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Methods

Method Description
GetPlayerById ( int Pid ) : Player

Returns the player object by PID.

GetPlayersByTeam ( int Team ) : List

Fetches all players into a list on the specfied team

Method Details

GetPlayerById() public method

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

GetPlayersByTeam() public method

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