The dataSave function saves all previously written script data variables to a file. This must be done explicitly, otherwise modified variables are not saved.
This function is not actually implemented. It currently does nothing.
()dataSave(); // dataSave__
()dataSave();
This code saves all previously written script data variables to a file.
This function is primarily necessary to save CPU because writing operations can take time. Additionally, it also ensures data integrity if a crash occurs between the writing of two related variables.