Property | Type | Description | |
---|---|---|---|
Database | |||
Pid | int | ||
Rows | object>>.List | ||
StatsQueries | string[] |
Method | Description | |
---|---|---|
GetPage ( int index ) : int |
Returns the page number that the players stat would appear
|
|
HandleRequest ( MvcRoute Route ) : void | ||
PlayerController ( HttpClient Client ) : System |
Method | Description | |
---|---|---|
GetWeaponTblPrefix ( int WeaponId ) : string |
Since secondary weapons (such as knife and c4) use column prefix's in the database, we use this method to return it based on weapons ID
|
|
ShowHistory ( ) : void | ||
ShowRankings ( ) : void | ||
ShowStats ( ) : void |
public HandleRequest ( MvcRoute Route ) : void | ||
Route | MvcRoute | |
return | void |
public PlayerController ( HttpClient Client ) : System | ||
Client | HttpClient | |
return | System |
protected StatsDatabase,BF2Statistics.Database Database | ||
return |