Click or drag to resize
LaunchBox

IDataManagerAddGameController Method

Adds a controller

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
string AddGameController(
	string controllerName,
	string controllerCategory,
	params string[] associatedPlatforms
)

Parameters

controllerName  String
The name of the controller
controllerCategory  String
The category of the controller
associatedPlatforms  String
The platforms associated to this controller (optional)

Return Value

String
The ID string the controller is registered to
See Also