From 21449ee301d3d7c0bee8bc4017f92ff41c02efd5 Mon Sep 17 00:00:00 2001 From: Nick Walton Date: Tue, 2 Jun 2020 07:26:18 -0600 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aaf1e54..fe855eb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ Called each time the player gives an input and has the opportunity to modify tha ### Output Modifier Called each time the model generates an output and has the opportunity to modify that output. +### World Entries +You can modify and read from the `worldEntries` parameter (same as world info that you can set on the scenario) allowing you to dynamically change it based on what's happening. + ### State The `state` variable can be used to store information that's persistent across function calls. * The `state.memory.context` value will be added to the games memory if exists