From 50182b2a4711544459e9d4ae27b25f52ec436712 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Tue, 13 Oct 2020 15:05:12 -0700 Subject: [PATCH] Expose (the poorly named) isNotHidden --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 728308f..ba131b9 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ Called each time the model generates an output and has the opportunity to modify You can read from the `worldEntries` parameter (same as world info that you can set on the scenario) You can modify worldEntries with the below functions -* addWorldEntry(keys, entry) +* addWorldEntry(keys, entry, isNotHidden = false) * removeWorldEntry(index) -* updateWorldEntry(index, keys, entry) +* updateWorldEntry(index, keys, entry, isNotHidden = false) ## State The `state` variable can be used to store information that's persistent across function calls/modifiers.