ProtoFlux:ASync Range Loop Int: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Async Range Loop Int (ProtoFlux) to ProtoFlux:Async Range Loop Int: Creating protoflux Namespace
m fix types, stub
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name": "*", "Type": "AsyncImpulse"},
{"Name": "*", "Type": "AsyncCall"},
{"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":"AsyncImpulse"},
{"Name": "LoopStart", "Type":"SyncResumption"},
{"Name": "LoopIteration", "Type":"AsyncImpulse"},
{"Name": "LoopIteration", "Type":"SyncResumption"},
{"Name": "LoopEnd", "Type": "Continuation"},
{"Name": "LoopEnd", "Type": "Continuation"},
{"Name": "Current", "Type": "int"}
{"Name": "Current", "Type": "int"}
]
]
|}}
|}}
{{Stub}}


[[Category:ProtoFlux:Flow:Async]]
[[Category:ProtoFlux:Flow:Async]]

Revision as of 19:31, 9 February 2024

Async Range Loop
*
LoopStart
Start
LoopIteration
End
LoopEnd
StepSize
Current
Async


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