ProtoFlux:ASync For: Difference between revisions

From Resonite Wiki
this needs a stub marker
m fix types
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name": "*", "Type": "AsyncImpulse"},
{"Name": "*", "Type": "AsyncCall"},
{"Name": "Count", "Type": "int"},
{"Name": "Count", "Type": "int"},
{"Name": "Reverse", "Type": "bool"}
{"Name": "Reverse", "Type": "bool"}
Line 10: Line 10:
|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": "Iteration", "Type":"int"}
{"Name": "Iteration", "Type":"int"}

Revision as of 19:30, 9 February 2024

Async For
*
LoopStart
Count
LoopIteration
Reverse
LoopEnd
Iteration
Async


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