MapHelperGetButtonMapsWithAction Method |
Name | Description | |
---|---|---|
GetButtonMapsWithAction(Int32, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for any controller type that contains a specific Action.
| |
GetButtonMapsWithAction(String, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for any controller type that contains a specific Action.
| |
GetButtonMapsWithAction(Controller, Int32, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller that contains a specific Action.
| |
GetButtonMapsWithAction(Controller, String, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller that contains a specific Action.
| |
GetButtonMapsWithAction(ControllerType, Int32, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
| |
GetButtonMapsWithAction(ControllerType, String, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller type that contains a specific Action.
This overload applies to all Controllers of the specified type assigned to the Player.
| |
GetButtonMapsWithAction(ControllerType, Int32, Int32, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller that contains a specific Action.
| |
GetButtonMapsWithAction(ControllerType, Int32, String, Boolean, ListActionElementMap) |
Gets a list of all button ActionElementMaps for a specific controller that contains a specific Action.
|