Iteration Overlay: Difference between revisions
Jump to navigation
Jump to search
Created page with "The Iteration Collector Overlay is a Grid Overlay that can be used to collect the values of each iteration from its prequel. For example run 10 iterations of a Water Overlay and collect the results with the Iteration Collector. The 10 iterations are now 10 timeframes. {{article end }} {{Overlay nav}}" |
No edit summary |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The Iteration | {{technical|type=section}} | ||
The '''Iteration Overlay''' is a [[Grid Overlay]] used to collect values from each iteration of its source. For example, running 10 iterations of a [[Water Overlay]] in the [[Simulation Core]] allows you to collect the results using an Iteration Overlay. The 10 iterations are now 10 timeframes. | |||
==Attributes== | |||
The calculation can be configured via the following attributes: | |||
{{overlay attributes|suppresscategory=true|allowselflinks=true| | |||
{{:Modulus (Iteration Overlay)}} | |||
{{:Timeframe times (Iteration Overlay)}} | |||
}} | |||
{{article end | {{article end | ||
|howtos= | |||
* [[How to setup a flooding overlay with iterations]] | |||
* [[How to create a custom breach growth formula]] | |||
|api=* [[Api session event editor overlay add]] | |||
* [[Api session event editor overlay set attribute]] | |||
* [[Api session event editor overlay set prequel]] | |||
}} | }} | ||
{{Overlay nav}} | {{Overlay nav}} | ||
Latest revision as of 14:27, 14 July 2026
The Iteration Overlay is a Grid Overlay used to collect values from each iteration of its source. For example, running 10 iterations of a Water Overlay in the Simulation Core allows you to collect the results using an Iteration Overlay. The 10 iterations are now 10 timeframes.
Attributes
The calculation can be configured via the following attributes:
| Icon | Attribute | Unit | Range | Description | Default value |
|---|---|---|---|---|---|
| File:Modulus.png | MODULUS | number | 1 to 1000 | Store value as timeframe every X iterations. | 1 |
| File:Timeframe times.png | TIMEFRAME_TIMES | number | 0 to 1.7976931348623157E308 | Store date per timeframe. | 0 |
How-to's
API Endpoints