helapordo 1.4.12
Loading...
Searching...
No Matches
SerSaveslot Struct Reference

Serialized Saveslot. More...

#include <ser_core.h>

Data Fields

char name [50]
 Name string for the saveslot.
 
char save_path [255]
 Path to savefile.
 
int8_t index
 Index of saveslot.
 

Detailed Description

Serialized Saveslot.

Packed struct. Can be turned into a Saveslot with deser_Saveslot(). Can be obtained from a Saveslot with ser_Saveslot().

See also
Saveslot
deser_Saveslot()
ser_Saveslot()

Field Documentation

◆ index

int8_t SerSaveslot::index

Index of saveslot.

◆ name

char SerSaveslot::name[50]

Name string for the saveslot.

◆ save_path

char SerSaveslot::save_path[255]

Path to savefile.


The documentation for this struct was generated from the following file: