프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Levels | List |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
LoadedLevels | BF2Map>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 |
리턴 | System |