Click or drag to resize

ReInput.ControllerHelper.ConflictCheckingHelper.DoesElementAssignmentConflict Method (ElementAssignmentConflictCheck, Boolean, Boolean, Boolean)

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool DoesElementAssignmentConflict(
	ElementAssignmentConflictCheck conflictCheck,
	bool skipDisabledMaps,
	bool forceCheckAllCategories,
	bool includeSystemPlayer
)

Parameters

conflictCheck
Type: Rewired.ElementAssignmentConflictCheck
skipDisabledMaps
Type: System.Boolean
forceCheckAllCategories
Type: System.Boolean
includeSystemPlayer
Type: System.Boolean

Return Value

Type: Boolean
See Also