Click or drag to resize

MapHelperGetMapsInCategory Method

Overload List
  NameDescription
Public methodGetMapsInCategoryT(Int32, Int32)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategoryT(Int32, String)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(Controller, Int32)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(Controller, String)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategoryT(Int32, Int32, ListT)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategoryT(Int32, String, ListT)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(Controller, Int32, ListControllerMap)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(Controller, String, ListControllerMap)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(ControllerType, Int32, Int32)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(ControllerType, Int32, String)
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(ControllerType, Int32, Int32, ListControllerMap)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Public methodGetMapsInCategory(ControllerType, Int32, String, ListControllerMap)
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
Top
See Also