Create Delay Updates ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:Delay Updates to ProtoFlux:DelayUpdates: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 41: | Line 41: | ||
File:Protoflux_example_Delay_Updates.webp| Delay Updates being used in a code to reset a value for a visual after a button being pressed and x time passing. | File:Protoflux_example_Delay_Updates.webp| Delay Updates being used in a code to reset a value for a visual after a button being pressed and x time passing. | ||
</gallery> | </gallery> | ||
[[Category:ProtoFlux:Flow:Async]] |
Latest revision as of 23:50, 20 August 2025
Delay Updates
Async
Delay Updates is a ProtoFlux node that will send an impulse out of Next (Continuation) after Updates (int) updates after * (ASync Call) is impulsed.
Inputs
* (ASync Call)
Call to start the delay.
Updates (int)
How many updates to delay for.
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.
Examples
-
Delay Updates being used in a code to reset a value for a visual after a button being pressed and x time passing.