Property | Type | Description | |
---|---|---|---|
Levels | List |
Property | Type | Description | |
---|---|---|---|
LoadedLevels | BF2Map>.Dictionary |
Method | Description | |
---|---|---|
BF2Mod ( string ModsPath, string ModName ) : System |
Constructs a new BF2Mod object
|
|
LoadMap ( string Name ) : |
Fetches the BF2 map into an object. If the map has already been loaded into an object previously, that object will be returned instead.
|
|
ToString ( ) : string |
Returns the Mod's Title
|
public BF2Mod ( string ModsPath, string ModName ) : System | ||
ModsPath | string | The full path to the Mods folder |
ModName | string | THe mod's folder name |
return | System |
public LoadMap ( string Name ) : |
||
Name | string | The map FOLDER name |
return |