|
OpenTTD Source 20251104-master-g3befbdd52f
|
Ground palette sprite of a tile, together with its sprite layout. More...
#include <sprite.h>
Public Member Functions | |
| DrawTileSpriteSpan (PalSpriteID ground, std::span< const DrawTileSeqStruct > seq) | |
| DrawTileSpriteSpan (PalSpriteID ground) | |
| std::span< const DrawTileSeqStruct > | GetSequence () const override |
Public Member Functions inherited from DrawTileSprites | |
| DrawTileSprites (PalSpriteID ground) | |
Data Fields | |
| std::span< const DrawTileSeqStruct > | seq |
| Child sprites,. | |
Data Fields inherited from DrawTileSprites | |
| PalSpriteID | ground {} |
| Palette and sprite for the ground. | |
Ground palette sprite of a tile, together with its sprite layout.
This struct is used for static sprite layouts in the code. For allocated ones from NewGRF see NewGRFSpriteLayout.
|
inline |
|
inline |
|
inlineoverridevirtual |
Implements DrawTileSprites.
| std::span<const DrawTileSeqStruct> DrawTileSpriteSpan::seq |