OpenTTD Source  20240919-master-gdf0233f4c2
DrawTileSprites Struct Reference

Ground palette sprite of a tile, together with its sprite layout. More...

#include <sprite.h>

Inheritance diagram for DrawTileSprites:
NewGRFSpriteLayout

Data Fields

PalSpriteID ground
 Palette and sprite for the ground.
 
const DrawTileSeqStructseq
 Array of child sprites. Terminated with a terminator entry.
 

Detailed Description

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.

Definition at line 58 of file sprite.h.


The documentation for this struct was generated from the following file: