| IGameGetControllerSupport Method |
Gets all the controller support records for 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.
Syntax KeyValuePair<IGameController, int?>[] GetControllerSupport()
Function GetControllerSupport As KeyValuePair(Of IGameController, Integer?)()
array<KeyValuePair<IGameController^, Nullable<int>>>^ GetControllerSupport()
abstract GetControllerSupport : unit -> KeyValuePair<IGameController, Nullable<int>>[]
Return Value
KeyValuePairIGameController,
NullableInt32An array of GameControllers and their support levels associated to this game
See Also