gamelib.cell-object vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Tuple classes
ClassSuperclassSlots
cell-object tupledraw-cell-delegate
child-cell cell-objectparent
flow tupleis-on direction target counter
flowcell-object cell-objectflow
parent tuplechildren function


Generic words
WordStack effect
call-parent*( resources instruction delegate -- )
draw-cell-object*( loc dim delegate -- )


Ordinary words
WordStack effect
<cell-object*>( draw-delegate -- cell )
<cell-object>( delegate -- cell )
<parent*>( children function -- parent )
<parent>( children function -- parent )
fill-board-parent( board parent -- board )
flow-on?( flowcell-object -- ? )
move-children( board move parent -- board )
new-child( child-pos parent -- )
set-flow( flowcell-object direction target -- flowcell-object )
turn-off-flow( cell -- cell )


Class predicate words
WordStack effect
cell-object?( object -- ? )
child-cell?( object -- ? )
flow?( object -- ? )
flowcell-object?( object -- ? )
parent?( object -- ? )


Files