Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:UpdatesDelayWithData: Difference between revisions

From Resonite Wiki
Create Updates Delay With Data ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Updates Delay With Data to ProtoFlux:UpdatesDelayWithData: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Delay Updates
|Name=Updates Delay With Data
|Category=Async
|Category=Async
|Inputs=
|Inputs=
Line 16: Line 16:
|}}
|}}


Delay Updates 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.
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 00:39, 21 August 2025

Updates Delay With Data
*
Next
Updates
OnTriggered
Value
DelayedValue
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

Call to start the delay.

Updates (int)

How many updates to delay for.

Value (Generic)

The value to delay. Can be any type.

Outputs

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.

Examples