IControllerMapStoreLoadControllerMap Method |
Loads a Controller Map for a Controller.
Namespace: Rewired.InterfacesAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxControllerMap 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
ControllerMapController Map
See Also