Click or drag to resize

PlayerControllerHelperMapHelperGetAllMapsInCategoryT Method (String)

Enumerates all controller maps assigned to this player in a specific category.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<T> GetAllMapsInCategory<T>(
	string categoryName
)
where T : ControllerMap

Parameters

categoryName
Type: SystemString
Category name

Type Parameters

T
Controller Map type

Return Value

Type: IEnumerableT
IEnumerable of controller maps
See Also