Nuclide
Software Development Kit for id Tech
saves.qc File Reference

Functions

void Saves_Init (void)
 
int Saves_GetSaveCount (void)
 Returns the total amount of savegames available. More...
 
__variant Saves_GetInfo (int saveID, saveInfo_t saveInfo)
 Retrieve information about a given saveID. More...
 

Function Documentation

◆ Saves_GetInfo()

__variant Saves_GetInfo ( int  saveID,
saveInfo_t  saveInfo 
)

Retrieve information about a given saveID.

See saveInfo_t for which fields you can query.

◆ Saves_GetSaveCount()

int Saves_GetSaveCount ( void  )

Returns the total amount of savegames available.

◆ Saves_Init()

void Saves_Init ( void  )