ProtoFlux:Value Repeat: Difference between revisions

From Resonite Wiki
Created a page for the Value Repeat node.
 
m Corrected category from Physics to Math.
 
Line 38: Line 38:
== See Also ==
== See Also ==


[[Category:ProtoFlux:Physics]]
[[Category:ProtoFlux:Math]]

Latest revision as of 19:37, 1 April 2025

Repeat
N
*
Length
Math

The Value Repeat node takes in the number value and the expected length range, then returns a value of the expected placement of that number. This is similar to the Value Mod node.

This node will always return the result of the number from the expected length provided (See image of the chart explaining the side effects). Using the Value Mod node will give different results.

Inputs

N (Pseudo-Generic)

The number value we are checking.

Length (Pseudo-Generic)

The expected range for our number to be in. If the number we gave rolls over, it will wrap around this length.

Outputs

* (Pseudo-Generic)

The result of the repeated value.

Examples

See Also