PointClickEngine::Core::SaveSystem
Inherits Reference < Object
Save/Load management system
Constants
SAVE_DIRECTORY = "saves"
SAVE_EXTENSION = ".save"
Class methods
delete_save(slot_name : String) : Bool
Sourceensure_save_directory
Sourceget_save_files
Sourceget_save_info(slot_name : String) : NamedTuple(timestamp: Time, scene_name: String, play_time: Float32 | Nil) | Nil
Get save information without loading the full save
load_game(engine : Engine, slot_name : String = "autosave") : Bool
Sourcesave_exists?(slot_name : String) : Bool
Sourcesave_game(engine : Engine, slot_name : String = "autosave") : Bool
Source