C# 클래스 BF2Statistics.BF2Mod

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Levels List

보호된 프로퍼티들

프로퍼티 타입 설명
LoadedLevels BF2Map>.Dictionary

공개 메소드들

메소드 설명
BF2Mod ( string ModsPath, string ModName ) : System

Constructs a new BF2Mod object

LoadMap ( string Name ) : BF2Map

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

메소드 상세

BF2Mod() 공개 메소드

Constructs a new BF2Mod object
public BF2Mod ( string ModsPath, string ModName ) : System
ModsPath string The full path to the Mods folder
ModName string THe mod's folder name
리턴 System

LoadMap() 공개 메소드

Fetches the BF2 map into an object. If the map has already been loaded into an object previously, that object will be returned instead.
public LoadMap ( string Name ) : BF2Map
Name string The map FOLDER name
리턴 BF2Map

ToString() 공개 메소드

Returns the Mod's Title
public ToString ( ) : string
리턴 string

프로퍼티 상세

Levels 공개적으로 프로퍼티

Containst a list of map folders found in the levels folder
public List Levels
리턴 List

LoadedLevels 보호되어 있는 프로퍼티

Once a Map is loaded into an object, it is stored here to prevent additional loading
protected Dictionary LoadedLevels
리턴 BF2Map>.Dictionary