reelSet.getVisibleGrid() returns the whole string[][], or read the live instance with reelSet.getReel(col).getSymbolAt(row).
Answered
Symbols
How do I read which symbol is currently shown in a given cell?
More in Symbols
- How do I add a brand-new symbol type to the game?
- How do I make a symbol from a single texture/sprite?
- How do I make a symbol from a sprite-sheet animation?
- How do I make a symbol from a Spine skeleton?
- How do I render nothing for an empty cell?
- How do I set how often each symbol appears (weights)?
- How do I make one symbol much rarer than the rest?
- How do I anchor a symbol at the cell center vs the top-left?