ProtoFlux:Relay

From Resonite Wiki
Revision as of 13:13, 13 February 2025 by AmasterAmaster (talk | contribs) (Added the relay node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Relay
A ProtoFlux Relay.

The Relay node can be for data or impulses. Relays are commonly used to route wires for an easier time reading ProtoFlux.

The impulse relays are used to rearrange and combine impulse wires together for managing Protoflux code. Impulse relays can take many inputs connections and can only have one output connection.

The data relays takes in an input and outputs the same type, carrying the same value or reference from the input. Data relays can only take one input connection and can have many output connections.

Be careful when using a lot of relays for your ProtoFlux, as data relays incur a small performance loss for each one added. The same is not true for impulse relays.

Inputs

* (Generic)

A value, reference, or impulse to carry across for the output.

Outputs

Input (Generic)

A value, reference, or impulse from the input.