Click or drag to resize

PlayerControllerHelperMapHelperGetMapSaveData Method (ControllerType, Int32, Boolean)

Gets controller map save data for a specific controller. Used for saving/loading.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ControllerMapSaveData[] GetMapSaveData(
	ControllerType controllerType,
	int controllerId,
	bool userAssignableMapsOnly
)

Parameters

controllerType
Type: RewiredControllerType
controllerId
Type: SystemInt32
userAssignableMapsOnly
Type: SystemBoolean

Return Value

Type: ControllerMapSaveData
See Also