A Save Graph can specify what to do with the resulting data.
This modes won't affect how slots are requested, listed etc, only the place they are stored.
Modes
Transient
Saved data is kept in memory and will be lost if the game is closed (e.g level transitions)
Disk
Saved data is stored on disk
Custom
Customizable mode for user specified behavior (e.g Sending data to server)
This is part of #39 and originally proposed at #10
A Save Graph can specify what to do with the resulting data.
This modes won't affect how slots are requested, listed etc, only the place they are stored.
Modes
Transient
Saved data is kept in memory and will be lost if the game is closed (e.g level transitions)
Disk
Saved data is stored on disk
Custom
Customizable mode for user specified behavior (e.g Sending data to server)
This is part of #39 and originally proposed at #10