프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GameMode | string | ||
MapName | string | ||
MapSize | int |
메소드 | 설명 | |
---|---|---|
MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System |
Creates a new instance of MapListEntry
|
|
ToString ( ) : string |
Returns this MapListEntry in Con File Format
|
public MapListEntry ( string MapName = "", string GameMode = "", int MapSize = 16 ) : System | ||
MapName | string | The Map Name for this entry |
GameMode | string | The Gamemode for this entry |
MapSize | int | The Map size of this entry (16,32,64,128) |
리턴 | System |