Parents: | gamelib |
Class | Superclass | Slots |
cell-object | tuple | draw-cell-delegate |
child-cell | cell-object | parent |
flow | tuple | is-on direction target counter |
flowcell-object | cell-object | flow |
parent | tuple | children function |
Word | Stack effect |
call-parent* | ( resources instruction delegate -- ) |
draw-cell-object* | ( loc dim delegate -- ) |
Word | Stack 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 ) |
Word | Stack effect |
cell-object? | ( object -- ? ) |
child-cell? | ( object -- ? ) |
flow? | ( object -- ? ) |
flowcell-object? | ( object -- ? ) |
parent? | ( object -- ? ) |