Click or drag to resize

PlayerControllerHelperMapHelperAddEmptyMap(ControllerType, Int32, Int32, Int32) Method

Add an empty controller map to the Player with the specified category and layout.

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddEmptyMap(
	ControllerType controllerType,
	int controllerId,
	int categoryId,
	int layoutId
)

Parameters

controllerType  ControllerType
 
controllerId  Int32
 
categoryId  Int32
 
layoutId  Int32
 
See Also