ProtoFlux:Call Relay

From Resonite Wiki
A visual image of an Call Relay node by itself, connected to nothing.

due to wiki limitations, this node does not currently have an HTML rendering of the node.

A Call Relay is a slightly different variation of the Continuation Relay node, It can be found in the node browser under Core, and when connected to itself, or as the last node before recursion in a chain or loop of nodes it will not cause an exception.

Using this node to create loops without adding functionality to break the flow can and will crash your game, as resonite has no iteration limit for ProtoFlux.

This behaviour can be used to create loops within protoflux, but nodes such as ProtoFlux:While and ProtoFlux:For would be more suitable, as they come with built in ways of "ending" the loop that needs to be added for protoflux to be safe, and additional outputs for the start, continuation, and end of a loop.

Inputs

Input (Call)

The Call to send to the output

Outputs

Output (Continuation)

The Call continued from the Input (Call) signal.