worldEntries -> worldInfo for scripting
This commit is contained in:
parent
0a80de8a82
commit
ebd707e093
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue