Click or drag to resize

ReInputControllerHelperConflictCheckingHelperElementAssignmentConflicts(Int32, ControllerType, Int32, ControllerMap, ActionElementMap, Boolean) Method


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
)

Parameters

playerId  Int32
 
controllerType  ControllerType
 
controllerId  Int32
 
controllerMap  ControllerMap
 
elementMap  ActionElementMap
 
skipDisabledMaps  Boolean
 

Return Value

IEnumerableElementAssignmentConflictInfo
See Also