Property | Type | Description | |
---|---|---|---|
Armies | string>.Dictionary | ||
Maps | string>.Dictionary | ||
ModMapIds | List | ||
TheatreMapIds | int[]>.Dictionary |
Method | Description | |
---|---|---|
GetArmyName ( int ArmyId ) : string |
Returns the army title based on the given raarmy id
|
|
GetMapName ( int MapId ) : string |
Returns the map title based on the given map id
|
|
Load ( ) : void |
Loads the XML files from the "Web/Bf2Stats" folder. These XML files are used for displaying certain information on some of the Bf2Stats pages
|
public static GetArmyName ( int ArmyId ) : string | ||
ArmyId | int | |
return | string |
public static GetMapName ( int MapId ) : string | ||
MapId | int | |
return | string |