Click or drag to resize

PlayerControllerHelperMapHelperRemoveMapT Method (Int32, Int32)

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<T>(
	int controllerId,
	int mapId
)
where T : ControllerMap

Parameters

controllerId
Type: SystemInt32
mapId
Type: SystemInt32

Type Parameters

T
See Also