Give reelSet.setResult(grid) an array of one ColumnTarget per reel: { visible: ['A','B','C'], bufferAbove?: [...], bufferBelow?: [...] }. The visible array is the on-screen window; the buffers target cells just outside it.
Answered
Results & forcing outcomes
How do I tell the reels exactly what grid to land on?
More in Results & forcing outcomes
- How do I force a specific outcome for a demo or trailer?
- How do I read the final visible grid after a spin?
- How do I apply a result that came from my server?
- How do I land a symbol just above the visible window (in the buffer)?
- How do I land a tall symbol partially off-screen so only its edge shows?
- How do I use a seeded RNG so a spin is exactly reproducible?
- How do I guarantee at least one specific symbol lands this spin?
- How do I land a different row count on each reel in one result?