Skip to content

LatticeProbeResult

Result of a lattice probe. Returned by: LatticeGrid.probe()

FieldReturnsMeaning
.statusstring"ok" / "node_tripped" (probed cell held a volatile node; lattice faulted) / "lattice_tripped" (an earlier trip still faults the lattice)
.messagestringPlayer-readable explanation
.readingnumber or NoneNeighboring-node count 0-8 when "ok"; otherwise None

See Lattice for the puzzle.