Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: migrator on Tue 01/11/2016 17:23:13

Title: Access to savegame slots.
Post by: migrator on Tue 01/11/2016 17:23:13
Hi everyone!

I have some questions about the savegames functions.

If I need to know the total number of savegames that have been made, ¿is there a way to know it?
Well lets suppose y know it. If i need, How i could to retrieve the description of each one? And order it by date from recent to older?

The only way, i think, is loading it in an invisible listbox with FillSaveGameList anc accessing to any of its items ¿isn't it?

Thanks