MapHelperGetMapsInCategory Method |
Name | Description | |
---|---|---|
GetMapsInCategoryT(Int32, Int32) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategoryT(Int32, String) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(Controller, Int32) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(Controller, String) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategoryT(Int32, Int32, ListT) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategoryT(Int32, String, ListT) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(Controller, Int32, ListControllerMap) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(Controller, String, ListControllerMap) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(ControllerType, Int32, Int32) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(ControllerType, Int32, String) |
Enumerates controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(ControllerType, Int32, Int32, ListControllerMap) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
| |
GetMapsInCategory(ControllerType, Int32, String, ListControllerMap) |
Gets a list of controller maps for a specific controller assigned to this Player in a specific category.
|