Click or drag to resize

MapHelperGetElementMapsWithAction Method

Overload List
  NameDescription
Public methodGetElementMapsWithAction(Int32, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for any controller type that contains a specific Action.
Public methodGetElementMapsWithAction(String, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for any controller type that contains a specific Action.
Public methodGetElementMapsWithAction(Controller, Int32, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
Public methodGetElementMapsWithAction(Controller, String, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
Public methodGetElementMapsWithAction(ControllerType, Int32, Boolean, ListActionElementMap)
Gets a list of all 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.
Public methodGetElementMapsWithAction(ControllerType, String, Boolean, ListActionElementMap)
Gets a list of all 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.
Public methodGetElementMapsWithAction(ControllerType, Int32, Int32, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
Public methodGetElementMapsWithAction(ControllerType, Int32, String, Boolean, ListActionElementMap)
Gets a list of all ActionElementMaps for a specific controller that contains a specific Action.
Top
See Also