ProtoFlux:Range Loop Int: Difference between revisions

From Resonite Wiki
m this is defo a stub
m fix types
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name": "*", "Type": "Impulse"},
{"Name": "*", "Type": "Call"},
{"Name": "Start", "Type": "int"},
{"Name": "Start", "Type": "int"},
{"Name": "End", "Type": "int"},
{"Name": "End", "Type": "int"},
Line 11: Line 11:
|Outputs=
|Outputs=
[
[
{"Name": "LoopStart", "Type":"Impulse"},
{"Name": "LoopStart", "Type":"Call"},
{"Name": "LoopIteration", "Type":"Impulse"},
{"Name": "LoopIteration", "Type":"Call"},
{"Name": "LoopEnd", "Type": "Continuation"},
{"Name": "LoopEnd", "Type": "Continuation"},
{"Name": "Current", "Type": "int"}
{"Name": "Current", "Type": "int"}

Revision as of 21:16, 9 February 2024

Range Loop
*
LoopStart
Start
LoopIteration
End
LoopEnd
StepSize
Current
Flow


This article or section is a Stub. You can help the Resonite Wiki by expanding it.