Click or drag to resize

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


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

Parameters

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

Return Value

Boolean
See Also