Description
Changelog
Reviews (0)

DataSaver is an easy-to-use data saving/loading plugin created to simplify saving data to files!

File creation and everything is automatic; just use the DataSaver functions and the magic will happen automatically!

Data is encrypted so it cannot be changed or read without breaking the file!


Save a key and its value:

save_data(key: String, value: Variant)

Return the value of the key or null if the key does not exist:

load_data(key: String)

Remove a key:

remove_data(key: String)

Clear all data:

clear_data()


If you enjoyed, please leave a like!

Enjoy!

Changelog for version 1.0

No changelog provided for this version.

Reviews

DataSaver has no reviews yet.

Login to write a review.