Click or drag to resize

MapHelperGetAllMapsInCategory Method

Overload List
  NameDescription
Public methodGetAllMapsInCategory(Int32)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategoryT(Int32)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(String)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategoryT(String)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(Int32, ControllerType)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(Int32, ListControllerMap)
Gets a list of all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategoryT(Int32, ListT)
Gets a list of all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(String, ControllerType)
Enumerates all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(String, ListControllerMap)
Gets a list of all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategoryT(String, ListT)
Gets a list of all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(Int32, ControllerType, ListControllerMap)
Gets a list of all controller maps assigned to this player in a specific category.
Public methodGetAllMapsInCategory(String, ControllerType, ListControllerMap)
Gets a list of all controller maps assigned to this player in a specific category.
Top
See Also