Property | Type | Description | |
---|---|---|---|
menuType | MenuType |
Method | Description | |
---|---|---|
DisplayNews ( IEnumerable |
||
Dispose ( bool disposing ) : void | ||
LoadAndDisplayNews ( OpenRA.Widgets.Widget newsBG ) : void | ||
LoadMapIntoEditor ( string uid ) : void | ||
NewsDownloadComplete ( |
||
OnRemoteDirectConnect ( string host, int port ) : void | ||
OpenSkirmishLobbyPanel ( ) : void | ||
RemoveShellmapUI ( ) : void | ||
SetNewsStatus ( string message ) : void | ||
StartSkirmishGame ( ) : void | ||
SwitchMenu ( MenuType type ) : void |
Method | Description | |
---|---|---|
GetSystemInformation ( ) : Dictionary |
||
MainMenuLogic ( OpenRA.Widgets.Widget widget, World world, ModData modData ) : System | ||
ParseNews ( string path ) : NewsItem[] |
protected DisplayNews ( IEnumerable |
||
newsItems | IEnumerable |
|
return | void |
protected LoadAndDisplayNews ( OpenRA.Widgets.Widget newsBG ) : void | ||
newsBG | OpenRA.Widgets.Widget | |
return | void |
protected LoadMapIntoEditor ( string uid ) : void | ||
uid | string | |
return | void |
protected NewsDownloadComplete ( |
||
e | ||
cacheFile | string | |
oldNews | NewsItem | |
onNewsDownloaded | System.Action | |
return | void |
protected OnRemoteDirectConnect ( string host, int port ) : void | ||
host | string | |
port | int | |
return | void |
protected SetNewsStatus ( string message ) : void | ||
message | string | |
return | void |
protected SwitchMenu ( MenuType type ) : void | ||
type | MenuType | |
return | void |