C# Class PCSX2_Configurator.MenuItemPlugin

Inheritance: IGameMenuItemPlugin
Afficher le fichier Open project: roguesaloon/launchbox-plugin_pcsx2-configurator

Méthodes publiques

Méthode Description
GetIsValidForGame ( IGame selectedGame ) : bool
GetIsValidForGames ( Array selectedGames ) : bool
OnSelected ( Array selectedGames ) : void
OnSelected ( IGame selectedGame ) : void

Method Details

GetIsValidForGame() public méthode

public GetIsValidForGame ( IGame selectedGame ) : bool
selectedGame IGame
Résultat bool

GetIsValidForGames() public méthode

public GetIsValidForGames ( Array selectedGames ) : bool
selectedGames Array
Résultat bool

OnSelected() public méthode

public OnSelected ( Array selectedGames ) : void
selectedGames Array
Résultat void

OnSelected() public méthode

public OnSelected ( IGame selectedGame ) : void
selectedGame IGame
Résultat void