|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| TileBuffer (NSize oWH) noexcept | |
| TileBuffer (NSize oWH, const Tile &oTile) noexcept | |
| void | reInit (NSize oWH) noexcept |
| void | reInit (NSize oWH, const Tile &oTile) noexcept |
| int32_t | getW () const noexcept override |
| The width in tiles. More... | |
| int32_t | getH () const noexcept override |
| The height in tiles. More... | |
| const Tile & | get (NPoint oXY) const noexcept override |
| The tile at a certain position. More... | |
| Tile & | get (NPoint oXY) noexcept |
| void | set (NPoint oXY, const Tile &oTile) noexcept |
| void | setAll (const Tile &oTile) noexcept |
| void | dump (int32_t nIndentSpaces) const noexcept |
| void | dump () const noexcept |
Public Member Functions inherited from stmg::TileRect | |
| virtual | ~TileRect () noexcept=default |
Additional Inherited Members | |
Static Public Member Functions inherited from stmg::TileRect | |
| static bool | isAllEmptyTiles (const TileRect &oTiles) noexcept |
| Whether an instance has all empty tiles. More... | |
|
inlineexplicitnoexcept |
|
noexcept |
|
noexcept |
|
inlineoverridevirtualnoexcept |
|
inlineoverridevirtualnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13