Skip to content

Commit

Permalink
Improve doc clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
CakeVR committed Feb 20, 2024
1 parent d013202 commit 8f430b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/dialogic/Modules/Save/subsystem_save.gd
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func save_file(slot_name: String, file_name: String, data: Variant) -> void:
push_error(FileAccess.get_open_error())


## Loads a file from a given list and returns the contained info as a variable.
## Loads a file using [param slot_name] and returns the contained info.
##
## This method allows you to build your own save and load system.
## You may be looking for the simple [method load] method to load the game state.
Expand Down

0 comments on commit 8f430b6

Please sign in to comment.