C# Class BF2Statistics.BF2Map

Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Methods

Method Description
BF2Map ( string Name, string LevelsPath ) : System

Constructs a new instance of a BF2Map object

ToString ( ) : string

Returns the maps Title

Method Details

BF2Map() public method

Constructs a new instance of a BF2Map object
public BF2Map ( string Name, string LevelsPath ) : System
Name string The folder name of the map
LevelsPath string The full root path to the mods levels folder
return System

ToString() public method

Returns the maps Title
public ToString ( ) : string
return string