stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::XmlIdTilesParser::IdTiles Struct Reference

Public Attributes

std::string m_sTileIds
 Size of string same as m_aTiles.size(). More...
 
std::vector< Tilem_aTiles
 The parsed (non empty) tiles. More...
 
Tile m_oDefaultTile
 The default tile. More...
 

Member Data Documentation

◆ m_aTiles

std::vector<Tile> stmg::XmlIdTilesParser::IdTiles::m_aTiles

The parsed (non empty) tiles.

◆ m_oDefaultTile

Tile stmg::XmlIdTilesParser::IdTiles::m_oDefaultTile

The default tile.

If an id is not defined in m_aTileIds use this tile. If empty no default is defined.

◆ m_sTileIds

std::string stmg::XmlIdTilesParser::IdTiles::m_sTileIds

Size of string same as m_aTiles.size().

Each char is the id for the corresponding tile in m_aTiles.