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

This class represents the Game data found in a Battlefield 2 Snapshot
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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