Expose (the poorly named) isNotHidden
This commit is contained in:
parent
4790093bcd
commit
50182b2a47
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue