Click or drag to resize

SavegameSettings Properties

The SavegameSettings type exposes the following members.

Properties
  NameDescription
Public propertyFileExtension
Returns the file extension of the Savegame
Public propertyFilename
Returns the filename of the Savegame
Public propertyFilepath
Returns the directory of the Savegame
Public propertyFullFilePath
Returns the full file path of the Savegame
Public propertyWriteOnSave
If true, writes to disk each time the Save() method is called. If false, WriteToDisk() must be called to save to disk. False by default.
Top
See Also