SavegameSettings Properties |
The SavegameSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | FileExtension |
Returns the file extension of the Savegame
|
![]() | Filename |
Returns the filename of the Savegame
|
![]() | Filepath |
Returns the directory of the Savegame
|
![]() | FullFilePath |
Returns the full file path of the Savegame
|
![]() | WriteOnSave |
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.
|