This module implements pop results.
Procs
func coloredPuyoCount(self: PopResult): int {.inline, noinit, ...raises: [], tags: [], forbids: [].}
- Returns the number of colored puyos that popped. Source Edit
func connectionCounts(self: PopResult): array[Cell, seq[int]] {.inline, noinit, ...raises: [], tags: [], forbids: [].}
- Returns an array of a sequence that represents the numbers of connections. Source Edit
func hardToGarbageCount(self: PopResult): int {.inline, noinit, ...raises: [], tags: [], forbids: [].}
- Returns the number of hard puyos that becomes garbage puyos. Source Edit
func init(T: type PopResult; red, green, blue, yellow, purple, hard, hardToGarbage, garbage, colored: BinaryField): T:type {. inline, noinit, ...raises: [].}
- Source Edit
func nuisancePuyoCount(self: PopResult): int {.inline, noinit, ...raises: [], tags: [], forbids: [].}
- Returns the number of nuisance puyos that popped. Source Edit