C# 클래스 BF2Statistics.MapList

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

공개 메소드들

메소드 설명
AddFromString ( string Line ) : bool

Parses a line in con file format, and adds the map to the entry list if its valid

MapList ( ) : System

Creates a new Maplist Container

MapList ( string FileLines ) : System

Creates a new maplist container with the specified maplist.con lines

SaveToFile ( string FilePath ) : void

Saves the current maplist to a Con file

메소드 상세

AddFromString() 공개 메소드

Parses a line in con file format, and adds the map to the entry list if its valid
public AddFromString ( string Line ) : bool
Line string The con file formated string to parse
리턴 bool

MapList() 공개 메소드

Creates a new Maplist Container
public MapList ( ) : System
리턴 System

MapList() 공개 메소드

Creates a new maplist container with the specified maplist.con lines
public MapList ( string FileLines ) : System
FileLines string
리턴 System

SaveToFile() 공개 메소드

Saves the current maplist to a Con file
public SaveToFile ( string FilePath ) : void
FilePath string The full path to the con file. If it does not exist, one will be created
리턴 void