ProtoFlux:Delay Updates: Difference between revisions

From Resonite Wiki
Create Delay Updates ProtoFlux Node Page
 
forgot category
 
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 03:27, 17 February 2024

Delay Updates
*
Next
Updates
OnTriggered
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