ModuleConfig.RoutingNode

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

Members

Functions

hasInput
bool hasInput(string s)

Returns true if input is found in the routing node.

hasOutput
bool hasOutput(string s)

Returns true if output is found in the routing node.

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