From ebd707e0933938e28ec93d12132eeed499706cb2 Mon Sep 17 00:00:00 2001 From: Alan Walton Date: Wed, 9 Dec 2020 08:58:55 -0700 Subject: [PATCH] worldEntries -> worldInfo for scripting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9257c9b..b589138 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ When inside of a Context Modifier, you can return `stop: true` in order to stop ### Output Modifier Called each time the model generates an output and has the opportunity to modify that output. -## World Entries -You can read from the `worldEntries` parameter (same as world info that you can set on the scenario) +## World Info +You can read from the `worldInfo` parameter (same as world info that you can set on the scenario) -You can modify worldEntries with the below functions +You can modify worldInfo with the below functions * addWorldEntry(keys, entry, isNotHidden = false) * removeWorldEntry(index) * updateWorldEntry(index, keys, entry, isNotHidden = false)