worldEntries -> worldInfo for scripting

This commit is contained in:
Alan Walton 2020-12-09 08:58:55 -07:00
parent 0a80de8a82
commit ebd707e093

View file

@ -39,10 +39,10 @@ When inside of a Context Modifier, you can return `stop: true` in order to stop
### Output Modifier ### Output Modifier
Called each time the model generates an output and has the opportunity to modify that output. Called each time the model generates an output and has the opportunity to modify that output.
## World Entries ## World Info
You can read from the `worldEntries` parameter (same as world info that you can set on the scenario) 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) * addWorldEntry(keys, entry, isNotHidden = false)
* removeWorldEntry(index) * removeWorldEntry(index)
* updateWorldEntry(index, keys, entry, isNotHidden = false) * updateWorldEntry(index, keys, entry, isNotHidden = false)