Pack Proto Flux In Place
Nodes
The Pack ProtoFlux In Place
node takes in a start point for your ProtoFlux code, and when called, will pack everything in place, no matter where. If you have all your code sitting in Root or inside a Slot, it will pack it at that exact location.
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 StartNode
's slot. However, unpacking from that slot that is holding the StartNode
may not completely unpack properly.
Inputs
* (Call)
Calls an impulse to pack the ProtoFlux in its exact spot.
StartNode (ProtoFluxNode)
The starting point node where we should pack the nodes from.
Outputs
Next (Continuation)
Continues the code from here.