Click or drag to resize

Player.ControllerHelper.MapHelper.RemoveMap Method (ControllerType, Int32, String, String)

Removes a controller map for a specific controller.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveMap(
	ControllerType controllerType,
	int controllerId,
	string categoryName,
	string layoutName
)

Parameters

controllerType
Type: Rewired.ControllerType
controllerId
Type: System.Int32
categoryName
Type: System.String
layoutName
Type: System.String
See Also