C# Class PCSX2_Configurator.MenuItemPlugin

Inheritance: IGameMenuItemPlugin
ファイルを表示 Open project: roguesaloon/launchbox-plugin_pcsx2-configurator

Public Methods

Method Description
GetIsValidForGame ( IGame selectedGame ) : bool
GetIsValidForGames ( Array selectedGames ) : bool
OnSelected ( Array selectedGames ) : void
OnSelected ( IGame selectedGame ) : void

Method Details

GetIsValidForGame() public method

public GetIsValidForGame ( IGame selectedGame ) : bool
selectedGame IGame
return bool

GetIsValidForGames() public method

public GetIsValidForGames ( Array selectedGames ) : bool
selectedGames Array
return bool

OnSelected() public method

public OnSelected ( Array selectedGames ) : void
selectedGames Array
return void

OnSelected() public method

public OnSelected ( IGame selectedGame ) : void
selectedGame IGame
return void