Click or drag to resize

IControllerMapStoreLoadControllerMap Method

Loads a Controller Map for a Controller.

Namespace: Rewired.Interfaces
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ControllerMap LoadControllerMap(
	int playerId,
	ControllerIdentifier controllerIdentifier,
	int categoryId,
	int layoutId
)

Parameters

playerId  Int32
The Player id
controllerIdentifier  ControllerIdentifier
Controller Identifier for the Controller. Get this from identifier.
categoryId  Int32
The Map Category id of the Controller Map
layoutId  Int32
The Layout id of the Controller Map

Return Value

ControllerMap
Controller Map
See Also