Click or drag to resize

PlayerControllerHelperMapHelperAddEmptyMapT Method (Int32, String, String)

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

Parameters

controllerId
Type: SystemInt32
categoryName
Type: SystemString
layoutName
Type: SystemString

Type Parameters

T
Map type
See Also