stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::FillerEvent::LocalInit Struct Reference
Inheritance diagram for stmg::FillerEvent::LocalInit:
Inheritance graph
[legend]

Public Attributes

Coords m_oCoords
 The positions within the board into which tiles are set randomly. More...
 
FillGen m_oFillGen
 The fill generator. More...
 
unique_ptr< TileSelectorm_refTargetTiles
 Which tiles should be overwritten. More...
 

Member Data Documentation

◆ m_oCoords

Coords stmg::FillerEvent::LocalInit::m_oCoords

The positions within the board into which tiles are set randomly.

If empty entire board is used.

◆ m_oFillGen

FillGen stmg::FillerEvent::LocalInit::m_oFillGen

The fill generator.

◆ m_refTargetTiles

unique_ptr<TileSelector> stmg::FillerEvent::LocalInit::m_refTargetTiles

Which tiles should be overwritten.

If null only empty tiles are filled.