Method | Description | |
---|---|---|
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
|
public AddFromString ( string Line ) : bool | ||
Line | string | The con file formated string to parse |
return | bool |
public SaveToFile ( string FilePath ) : void | ||
FilePath | string | The full path to the con file. If it does not exist, one will be created |
return | void |