renpy.can_load
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.
Example
TODO
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