From 14e89492d40391ca4b968438ff63c2d9e90b5e69 Mon Sep 17 00:00:00 2001 From: Nathan Glover Date: Sat, 10 Mar 2018 11:12:55 -0600 Subject: [PATCH] Added saveData() method --- Advanced-Scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Advanced-Scripts.md b/Advanced-Scripts.md index e0410e9..145a917 100644 --- a/Advanced-Scripts.md +++ b/Advanced-Scripts.md @@ -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 \ No newline at end of file