|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| virtual | ~TileRect () noexcept=default |
| virtual int32_t | getW () const noexcept=0 |
| The width in tiles. More... | |
| virtual int32_t | getH () const noexcept=0 |
| The height in tiles. More... | |
| virtual const Tile & | get (NPoint oXY) const noexcept=0 |
| The tile at a certain position. More... | |
Static Public Member Functions | |
| static bool | isAllEmptyTiles (const TileRect &oTiles) noexcept |
| Whether an instance has all empty tiles. More... | |
|
virtualdefaultnoexcept |
|
pure virtualnoexcept |
|
pure virtualnoexcept |
|
staticnoexcept |
Whether an instance has all empty tiles.
| oTiles | The tile rect. |
1.8.13