Callback
Signature
Description
The callback function that is responsible for processing the data from the JSON file when save data is loaded.
Arguments
File Path
The path of the save game.
Data
The data loaded from a save game for the given identifier.
Set to nil
if no data exists or if it could not be deserialized due to an error.
Example
Callback
Notes
Only the following value types are supported: table
, string
, double
, integer
, bool
.
Last updated