set-flow ( flowcell-object direction target -- flowcell-object )


Vocabulary
gamelib.cell-object

Inputs
flowcell-objectan object
directionan object
targetan object


Outputs
flowcell-objectan object


Definition


:: set-flow
( flowcell-object direction target -- flowcell-object )
t direction target 0 flow boa
:> flow-obj flowcell-object flow-obj >>flow ;