Метод | Описание | |
---|---|---|
DoFullRequest ( ) : void |
Produces a FULL player response for BF2HQ
|
|
GetDenominator ( int a, int b ) : int |
Returns the common denominator of 2 variables
|
|
GetPlayerInfo ( HttpClient Client ) : System |
This request provides details on a particular player
|
|
HandleRequest ( ) : void |
Метод | Описание | |
---|---|---|
AddArmyData ( ) : void |
Adds Army Data to the Response
|
|
AddKitData ( ) : void |
Adds Kit Data to the Response
|
|
AddTacticalData ( ) : void |
Adds tactical data to the Response
|
|
AddVehicleData ( ) : void |
Adds Vehicle Data to the Response
|
|
AddWeaponData ( ) : void |
Adds Weapon Data to the Response
|
|
DoMapRequest ( ) : void |
Fetches map info for player
|
|
DoServerRequest ( ) : void |
Produces the Server response
|
|
DoTimeRequest ( ) : void |
Fetches time info for player favorites
|
|
GetFavMap ( ) : void |
Adds the players favorite map data to the response
|
|
GetPlayerTopVitcimAndOpp ( ) : void |
Fills the Top Opponent and Victim Variables
|
public GetDenominator ( int a, int b ) : int | ||
a | int | |
b | int | |
Результат | int |
public GetPlayerInfo ( HttpClient Client ) : System | ||
Client | HttpClient | The HttpClient who made the request |
Результат | System |