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
Type: SystemInt32
The Player id
controllerIdentifier
Type: RewiredControllerIdentifier
Controller Identifier for the Controller. Get this from identifier.
categoryId
Type: SystemInt32
The Map Category id of the Controller Map
layoutId
Type: SystemInt32
The Layout id of the Controller Map

Return Value

Type: ControllerMap
Controller Map
See Also