Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

SaveObject

sophia daniels edited this page Oct 8, 2018 · 2 revisions

Implements: ScriptableObject

Description

Holds a set of references to Savable Variables.

Properties

bool HasSave

Whether or not a save file exists

List<SaveMethod> SaveLocations

List of save methods/locations to use

List<SavableVariable> Data

List of the savable variables to save


Methods

void SaveData()

Saves the data

void LoadData()

Loads the data

  • Returns: String of runtime data

void clearSaveData()

Reset data

Clone this wiki locally