Click or drag to resize

ReInput.ControllerHelper.ConflictCheckingHelper.ElementAssignmentConflicts Method (Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean, Boolean)

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IEnumerable<ElementAssignmentConflictInfo> ElementAssignmentConflicts(
	int playerId,
	ControllerType controllerType,
	int controllerId,
	ControllerMap controllerMap,
	ActionElementMap elementMap,
	bool skipDisabledMaps,
	bool forceCheckAllCategories
)

Parameters

playerId
Type: System.Int32
controllerType
Type: Rewired.ControllerType
controllerId
Type: System.Int32
controllerMap
Type: Rewired.ControllerMap
elementMap
Type: Rewired.ActionElementMap
skipDisabledMaps
Type: System.Boolean
forceCheckAllCategories
Type: System.Boolean

Return Value

Type: IEnumerable<ElementAssignmentConflictInfo>
See Also