Property | Type | Description | |
---|---|---|---|
GameMode | string | ||
MapName | string | ||
MapSize | int |
Method | Description | |
---|---|---|
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) |
return | System |