documentation index ◦ reference manual ◦ function index
Function: | renpy.can_load | (filename): |
Returns true if filename can be loaded (by the load/save mechanism), or false otherwise. This is a very basic check, mostly ensuring that the file exists.
TODO