Modulus (Iteration Overlay): Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Maxim@tygron.com (talk | contribs)
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 3: Line 3:
|attribute=MODULUS
|attribute=MODULUS
|unit=number
|unit=number
|range=0 to 1000
|range=1 to 1000
|description=Store value as timeframe every X iterations.
|description=Store value as timeframe every X iterations.
|defaultvalue=100
|defaultvalue=1
|icon=modulus.png
|icon=modulus.png
}}</onlyinclude>}}
}}</onlyinclude>}}


Using the MODULUS attribute is is also possible to not store every iteration (MODULUS=1) but e.g. every second iteration (MODULUS=2).
Instead of storing every iteration, the MODULUS attribute can be used to store an iteration every X iterations. For example, to store every second iteration, set this attribute to 2.


{{article end
{{article end

Latest revision as of 11:16, 2 July 2026

Instead of storing every iteration, the MODULUS attribute can be used to store an iteration every X iterations. For example, to store every second iteration, set this attribute to 2.