Click or drag to resize

SavegameSettings Constructor (String, String)

Creates a savegame settings object with the given filename and filepath with the .sav extension.

Namespace:  SavegamePro
Assembly:  SavegameProDLL (in SavegameProDLL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SavegameSettings(
	string filename,
	string filepath
)

Parameters

filename
Type: SystemString
filepath
Type: SystemString
See Also