customSaveLocation

var customSaveLocation: String? = null

Keep track of a custom location this game was saved to or loaded from

Note this was used as silent autosave destination, but it was decided (#3898) to make the custom location feature a one-shot import/export kind of operation. The tracking is left in place, however GameSaver.autoSaveSingleThreaded no longer uses it

Sources

jvm source
Link copied to clipboard