Click or drag to resize

ReInputControllerHelperConflictCheckingHelperDisableElementAssignmentConflicts Method (Int32, ControllerType, Int32, ControllerMap, ActionElementMap)

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

Parameters

playerId
Type: SystemInt32
controllerType
Type: RewiredControllerType
controllerId
Type: SystemInt32
controllerMap
Type: RewiredControllerMap
elementMap
Type: RewiredActionElementMap

Return Value

Type: Int32
See Also