new ReactorIO(reactorIn, reactorOut, reactorProcess)
Provides chain reactor node linking so that a chain reaction can propagate
down a node tree.
Parameters:
Name | Type | Description |
---|---|---|
reactorIn |
* | An object that has the Mixin.ChainReactor methods mixed in to it. Chain reactions that occur inside this object will be passed through to the reactoreOut object. |
reactorOut |
* | An object that has the Mixin.ChainReactor methods mixed in to it. Chain reactions that occur in the reactorIn object will be passed through to this object. |
reactorProcess |
function | The processing method to use when chain reactions occur |
- Source:
Methods
drop() → {boolean}
Drop a reactor IO object, breaking the reactor link between the in and out
reactor nodes.
- Source:
Returns:
- Type
- boolean