IGame |
The IGameMenuItemPlugin type exposes the following members.
Name | Description | |
---|---|---|
GetIsValidForGame | Used to determine whether the menu item is valid for the selected game. If not valid, the menu item will be disabled in LaunchBox or hidden in Big Box. | |
GetIsValidForGames | Used to determine whether the menu item is valid for the selected games when multiple games are selected. If not valid, the menu item will be disabled in LaunchBox. Multiple selections are currently not used in Big Box. | |
OnSelected(IGame) | Called when the menu item is clicked or selected for a particular game. | |
OnSelected(IGame) | Called when the menu item is clicked or selected for multiple games. |