Click or drag to resize
LaunchBox

IGameBadge Interface

Represents a badge that can be displayed on games; can be implemented as a plugin and will be automatically added to LaunchBox

Namespace: Unbroken.LaunchBox.Plugins.Data
Assembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IGameBadge

The IGameBadge type exposes the following members.

Properties
 NameDescription
Public propertyDefaultIcon The default image icon to display for the badge; can be overridden by the user in the file system
Public propertyIndex The index of where to display the badge in the list
Public propertyName The user-friendly (and hopefully translated) name of the badge (displays with a tooltip)
Public propertyUniqueId The unique ID/never-changing name of the badge; used for XML settings saving and image file lookups
Top
Methods
 NameDescription
Public methodGetAppliesToGame Gets a value specifying whether or not this badge applies to the specified game
Top
See Also