(cue = "")
| 17262 | return targetParticle ? targetParticle._deleteAllChildParticlesWithCue(nextCue) : 0 |
| 17263 | } |
| 17264 | deleteColumn(cue = "") { |
| 17265 | this.forEach(particle => particle.delete(cue)) |
| 17266 | return this |
| 17267 | } |
| 17268 | _getNonMaps() { |
| 17269 | const results = this.topDownArray.filter(particle => particle.hasDuplicateCues()) |
| 17270 | if (this.hasDuplicateCues()) results.unshift(this) |