ModuleConfig.RoutingNode

Defines a routing node. Can contain multiple inputs and outputs.

Members

Functions

hasInput
bool hasInput(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
hasOutput
bool hasOutput(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(RoutingNode other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

inputs
string[] inputs;
Undocumented in source.
name
string name;
Undocumented in source.
outputs
string[] outputs;
Undocumented in source.

Meta