void AERSaveSetDouble(const char *key, double value)
Set a double value in the save file.
void AERSaveSetString(const char *key, const char *value)
Set a string value in the save file.
size_t AERSaveGetKeys(size_t bufSize, const char **keyBuf)
Query the keys of all values in the save file (belonging to the calling mod).
void AERSaveDestroy(const char *key)
Erase a value from the save file.
double AERSaveGetDouble(const char *key)
Query a double value from the save file.
int32_t AERSaveGetCurrentSlot(void)
Query the index of the currently active save slot.
const char * AERSaveGetString(const char *key)
Query a string value from the save file.