Expose (the poorly named) isNotHidden

This commit is contained in:
Andrew Cantino 2020-10-13 15:05:12 -07:00
parent 4790093bcd
commit 50182b2a47

View file

@ -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 read from the `worldEntries` parameter (same as world info that you can set on the scenario)
You can modify worldEntries with the below functions You can modify worldEntries with the below functions
* addWorldEntry(keys, entry) * addWorldEntry(keys, entry, isNotHidden = false)
* removeWorldEntry(index) * removeWorldEntry(index)
* updateWorldEntry(index, keys, entry) * updateWorldEntry(index, keys, entry, isNotHidden = false)
## State ## State
The `state` variable can be used to store information that's persistent across function calls/modifiers. The `state` variable can be used to store information that's persistent across function calls/modifiers.