ProtoFlux:Continuously Changing Relay: Difference between revisions

From Resonite Wiki
Update page to use the node template
Fix type links
Line 24: Line 24:


I am an input that can be of any type.
I am an input that can be of any type.
<br>Example inputs: [[Type:bool|bool]], [[Type:int|int]], [[Type:Slot|Slot]]
<br>Example inputs: [[Type:Bool|Bool]], [[Type:Int|Int]], [[Type:Slot|Slot]]


== Outputs ==
== Outputs ==

Revision as of 20:12, 15 January 2024

Continuous Relay
Input
*
Utility

This is a value/object passthrough node that is marked with the ContinuouslyChanging attribute, which means that the output of this node will be evaluated every engine update cycle, which roughly equivalates to every frame.

This node can cause lag / low performance if used excessively. Mostly you should try to avoid using it.

Inputs

Input (Pseudo-Generic)

I am an input that can be of any type.
Example inputs: Bool, Int, Slot

Outputs

* (Pseudo-Generic)

I am an output that evaluates continuously!

Examples

Put example pics here in a gallery.