documentation index ◦ reference manual ◦ function index
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.
TODO