Click or drag to resize

PlayerControllerHelperMapHelperRemoveMapT(Int32, Int32) Method

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  Int32
 
mapId  Int32
 

Type Parameters

T
See Also