@valerypopoff/consolidate-logic
v0.0.4
Published
A plugin for Rivet with a node that waits on multiple logic branches and lets you control which of their outputs go further.
Readme
Rivet Consolidate Logic Plugin
A plugin for Rivet with a node that waits on multiple logic branches and lets you control which of their outputs go further.
Overview
This plugin adds "Consolidate logic" node to Rivet, which is useful for controlling the Rivet graph's logic more conviniently. It allows you to wait on multiple logic branches and control which of their outputs will be passed forward and which will stop here.
Usage
The "Consolidate logic" node can be found in the "Logic" group of nodes. It provides:
- Multiple input "Passthrough" ports
- Multiple input "Consumable" ports
- Multiple output "Passthrough" ports
The node only runs when all of the inputs run. Passthrough inputs are just passed through without any change. Consumable inputs are not passed further and basically die inside the node.
Development
No source code is provided for now. Maybe later.
