  | IGameAddControllerSupport Method | 
            Add a controller support record to this game
            
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntaxbool AddControllerSupport(
	string controllerName,
	string controllerCategory,
	int? supportLevel
)
Function AddControllerSupport ( 
	controllerName As String,
	controllerCategory As String,
	supportLevel As Integer?
) As Boolean
bool AddControllerSupport(
	String^ controllerName, 
	String^ controllerCategory, 
	Nullable<int> supportLevel
)
abstract AddControllerSupport : 
        controllerName : string * 
        controllerCategory : string * 
        supportLevel : Nullable<int> -> bool 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