Click or drag to resize
LaunchBox

IGameAddControllerSupport Method

Add a controller support record to this game

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
bool AddControllerSupport(
	string controllerName,
	string controllerCategory,
	int? supportLevel
)

Parameters

controllerName  String
The name of the controller
controllerCategory  String
The category of the controller. This will not be used if the user already has a controller by this name
supportLevel  NullableInt32
The support level of this controller.

Return Value

Boolean

[Missing <returns> documentation for "M:Unbroken.LaunchBox.Plugins.Data.IGame.AddControllerSupport(System.String,System.String,System.Nullable{System.Int32})"]

See Also