Click or drag to resize

ReInputControllerHelperConflictCheckingHelperDoesElementAssignmentConflict 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: RewiredElementAssignmentConflictCheck
skipDisabledMaps
Type: SystemBoolean
forceCheckAllCategories
Type: SystemBoolean
includeSystemPlayer
Type: SystemBoolean

Return Value

Type: Boolean
See Also