PopochiuSaveLoad
Inherits: Resource
Description
Class that allows to save and load game data.
Thanks GDQuest for this! ↴↴↴ https://github.com/GDQuest/godot-demos-2022/tree/main/save-game
Methods
| Return Type | Method |
|---|---|
| int | count_saves() |
| Dictionary | get_saves_descriptions() |
| Dictionary | load_game(slot = 1) |
| bool | save_game(slot = 1, description = "") |
Method Descriptions
count_saves
func count_saves() -> int
get_saves_descriptions
func get_saves_descriptions() -> Dictionary
load_game
func load_game(slot = 1) -> Dictionary
save_game
func save_game(slot = 1, description = "") -> bool