C# Class OpenRA.Mods.Common.Widgets.Logic.MissionBrowserLogic

Inheritance: ChromeLogic
Show file Open project: pchote/OpenRA

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateMissionGroup ( string title, IEnumerable previews ) : void
MissionBrowserLogic ( OpenRA.Widgets.Widget widget, ModData modData, World world, System.Action onStart, System.Action onExit ) : System
MuteSounds ( ) : void
OnGameStart ( ) : void
PlayVideo ( OpenRA.Widgets.VqaPlayerWidget player, string video, PlayingVideo pv, System.Action onComplete = null ) : void
SelectMap ( MapPreview preview ) : void
StartMissionClicked ( ) : void
StopVideo ( OpenRA.Widgets.VqaPlayerWidget player ) : void
UnMuteSounds ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void