ScummVM API documentation
ExtendedSavegameHeader Struct Reference

#include <metaengine.h>

Public Attributes

char id [6]
 
uint8 version
 
Common::String saveName
 
Common::String description
 
uint32 date
 
uint16 time
 
uint32 playtime
 
Graphics::Surfacethumbnail
 
bool isAutosave
 

Detailed Description

Structure describing a savegame file.

Member Data Documentation

◆ id

char ExtendedSavegameHeader::id[6]

ID of the savegame file.

◆ version

uint8 ExtendedSavegameHeader::version

Version of the savegame header.

◆ saveName

Common::String ExtendedSavegameHeader::saveName

Name of the savegame.

◆ description

Common::String ExtendedSavegameHeader::description

Description of the savegame, as entered by the user.

◆ date

uint32 ExtendedSavegameHeader::date

Date of the savegame.

◆ time

uint16 ExtendedSavegameHeader::time

Time of the savegame.

◆ playtime

uint32 ExtendedSavegameHeader::playtime

Total play time until this savegame.

◆ thumbnail

Graphics::Surface* ExtendedSavegameHeader::thumbnail

Screen content shown as a thumbnail for this savegame.

◆ isAutosave

bool ExtendedSavegameHeader::isAutosave

Whether this savegame is an autosave.


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