Loading
There are a handful of functions to use when loading, each require the key used when saving, having a default value is optional.
Type | Function |
---|---|
int | SaveAndLoad.LoadInt(key, value) |
float | SaveAndLoad.LoadFloat(key, value) |
string | SaveAndLoad.LoadString(key, value) |
boolean | SaveAndLoad.LoadBool(key, value) |
Last modified: 20 October 2023