Deleting
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.
saveFile.Delete("DataID");
Multi-Delete
Deleting multiple data entries in a single call is only possible in the Pro version.
Last updated