Pack Proto Flux From Node
Nodes
The Pack ProtoFlux From Node
node takes in a start point for your ProtoFlux code and a target slot to place your code in, and when called, will pack everything in place into that provided slot.
If you decide to add more nodes and connect them to a node that is under a different slot, the connected nodes will pack correctly and be under the new slot. However, unpacking from the new slot may not completely unpack properly.
Inputs
* (Call)
Calls an impulse to pack our selected nodes.
StartNode (ProtoFluxNode)
The starting point node where we should pack the nodes from.
Target (Slot)
The target slot we want to pack to.
Outputs
Next (Continuation)
Continues the code from here.