|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| virtual | ~ExtendedBoard () noexcept=default |
| virtual const Tile & | boardGetTile (int32_t nX, int32_t nY) const noexcept=0 |
| Extended board tile getter. More... | |
| virtual const TileAnimator * | boardGetTileAnimator (int32_t nX, int32_t nY, int32_t nIdxTileAni) const noexcept=0 |
| Extended board tile animator getter. More... | |
|
virtualdefaultnoexcept |
|
pure virtualnoexcept |
Extended board tile getter.
| nX | The x. Can e outside the level's board. |
| nY | The y. Can e outside the level's board. |
Implemented in stmg::ScrollerEvent.
|
pure virtualnoexcept |
Extended board tile animator getter.
| nX | The x. Can e outside the level's board. |
| nY | The y. Can e outside the level's board. |
| nIdxTileAni | The tile animation. Must be >= 0 and < Level::getNrTileAniAttrs(). |
Implemented in stmg::ScrollerEvent.
1.8.13