This section outlines the step-by-step process of deleting data using ESave.
This only edits the save data in memory. See Writing Changes.
You can delete any data with the DeleteData method. Simply provide the data ID as a parameter.
DeleteData
saveFile.Delete("DataID");
Deleting multiple data entries in a single call is only possible in the Pro versionarrow-up-right.
Last updated 7 months ago