ProtoFlux:Delay: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page Delay (ProtoFlux) to ProtoFlux:Delay: Creating protoflux Namespace
m fix impulse connectors
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name": "*", "Type": "AsyncImpulse"},
{"Name": "*", "Type": "AsyncCall"},
{"Name": "Duration", "Type": "Dummy"}
{"Name": "Duration", "Type": "Dummy"}
]
]
Line 10: Line 10:
[
[
{"Name": "Next", "Type":"Continuation"},
{"Name": "Next", "Type":"Continuation"},
{"Name": "OnTriggered", "Type":"AsyncImpulse"}
{"Name": "OnTriggered", "Type":"SyncResumption"}
]
]
|}}
|}}

Revision as of 19:43, 9 February 2024

Delay
*
Next
Duration
OnTriggered
Flow

Accepted types for Duration are: Double, Float, Int and TimeSpan.