 | IGameBadgeGetAppliesToGame Method |
Gets a value specifying whether or not this badge applies to the specified game
Namespace:
Unbroken.LaunchBox.Plugins.Data
Assembly:
Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 1.0.0
Syntaxbool GetAppliesToGame(
IGame game
)
Function GetAppliesToGame (
game As IGame
) As Boolean
bool GetAppliesToGame(
IGame^ game
)
abstract GetAppliesToGame :
game : IGame -> bool
Parameters
- game
- Type: Unbroken.LaunchBox.Plugins.DataIGame
The game to check
Return Value
Type:
BooleanA boolean value specifying whether or not this badge applies to the game specified
See Also