documentation indexreference manualfunction index

renpy.list_saved_games

Function: renpy.list_saved_games (regexp=r'.'):

This scans the savegames that we know about and returns information about them. It returns a list of tuples, where each tuple represents one savegame and consists of:

The regexp matches at the start of the filename, and filters the list.

Example

TODO



documentation indexreference manualfunction index