Click or drag to resize

ResourcesManagerReadSaveState Method

Deserializes a save file from a givel path

Namespace:  BrydenWood.Interop
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ConfigurationSaveState ReadSaveState(
	string filePath
)

Parameters

filePath
Type: SystemString

[Missing <param name="filePath"/> documentation for "M:BrydenWood.Interop.ResourcesManager.ReadSaveState(System.String)"]

Return Value

Type: ConfigurationSaveState

[Missing <returns> documentation for "M:BrydenWood.Interop.ResourcesManager.ReadSaveState(System.String)"]

See Also