Create Updates Delay With Data ProtoFlux Node Page |
fix words |
||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | {{#Invoke:ProtoFlux|GenerateUI | ||
|Name=Delay | |Name=Updates Delay With Data | ||
|Category=Async | |Category=Async | ||
|Inputs= | |Inputs= | ||
Line 16: | Line 16: | ||
|}} | |}} | ||
Delay | Updates Delay With Data is a ProtoFlux node that will send an impulse out of Next ([[Impulses|Continuation]]) after Updates ([[Type:Int|int]]) updates after * ([[Impulses#ASync|ASync Call]]) is impulsed. It will carry a value and keep it during the duration of the delay and spit it out after the delay. | ||
== Inputs == | == Inputs == |
Latest revision as of 22:08, 17 February 2024
Updates Delay With Data
Async
Updates Delay With Data is a ProtoFlux node that will send an impulse out of Next (Continuation) after Updates (int) updates after * (ASync Call) is impulsed. It will carry a value and keep it during the duration of the delay and spit it out after the delay.
Inputs
* (ASync Call)
Call to start the delay.
Updates (int)
How many updates to delay for.
Value (Generic)
The value to delay. Can be any type.
Outputs
Next (Continuation)
Fires after Updates (int) updates has passed after an impulse has been sent to * (ASync Call).
OnTriggered (ASync Call)
fires immediately after * (ASync Call) is called.
DelayedValue (Generic)
Has a value during the Next (Continuation) impulse and outputs the value that was provided to Value (Generic) when * (ASync Call) was impulsed.