Click or drag to resize

PlayerControllerHelperMapHelperContainsMapInCategory Method (ControllerType, Int32)

Determines if any maps exist in a particular Map Category for a specific controller type.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool ContainsMapInCategory(
	ControllerType controllerType,
	int categoryId
)

Parameters

controllerType
Type: RewiredControllerType
categoryId
Type: SystemInt32

Return Value

Type: Boolean
See Also