Click or drag to resize

MapHelperGetFirstElementMapWithAction Method

Overload List
  NameDescription
Public methodGetFirstElementMapWithAction(Int32, Boolean)
Get the first ActionElementMap for any controller type that contains a specific Action.
Public methodGetFirstElementMapWithAction(String, Boolean)
Get the first ActionElementMap for any controller type that contains a specific Action.
Public methodGetFirstElementMapWithAction(Controller, Int32, Boolean)
Get the first ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstElementMapWithAction(Controller, String, Boolean)
Get the first ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstElementMapWithAction(ControllerType, Int32, Boolean)
Get the first ActionElementMap 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 methodGetFirstElementMapWithAction(ControllerType, String, Boolean)
Get the first ActionElementMap 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 methodGetFirstElementMapWithAction(ControllerType, Int32, Int32, Boolean)
Get the first ActionElementMap for a specific controller that contains a specific Action.
Public methodGetFirstElementMapWithAction(ControllerType, Int32, String, Boolean)
Get the first ActionElementMap for a specific controller that contains a specific Action.
Top
See Also