Click or drag to resize

PlayerControllerHelperMapHelperGetAllMapsInCategory Method (String, ControllerType)

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<ControllerMap> GetAllMapsInCategory(
	string categoryName,
	ControllerType controllerType
)

Parameters

categoryName
Type: SystemString
Category name
controllerType
Type: RewiredControllerType
Controller type

Return Value

Type: IEnumerableControllerMap
IEnumerable of controller maps
See Also