Added saveData() method

Nathan Glover 2018-03-10 11:12:55 -06:00
parent 0775da5161
commit 14e89492d4

@ -86,5 +86,6 @@ Here is an example script that...
- `Data.remove(key)` removes a key from the data.
- `Data.set(key, value)` stores a `value` under `key`.
- `Data.isEmpty()` returns true if the data is empty; else false.
- `Placeholder.saveData()` saves the current data state to the data file.
// IN PROGRESS