Click or drag to resize

PlayerControllerHelperMapHelperGetAllMapSaveData Method (ControllerType, Boolean)

Gets all controller map save data for a specific controller type. 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[] GetAllMapSaveData(
	ControllerType controllerType,
	bool userAssignableMapsOnly
)

Parameters

controllerType
Type: RewiredControllerType
userAssignableMapsOnly
Type: SystemBoolean

Return Value

Type: ControllerMapSaveData
See Also