|
OpenTTD Source 20251104-master-g3befbdd52f
|
Data Fields | |
| SpriteID | image |
| PaletteID | pal |
| const SubSprite * | sub |
| only draw a rectangular part of the sprite | |
| int32_t | x |
| int32_t | y |
| bool | relative |
| int | next |
| next child to draw (-1 at the end) | |
Definition at line 133 of file viewport.cpp.
| SpriteID ChildScreenSpriteToDraw::image |
Definition at line 134 of file viewport.cpp.
| int ChildScreenSpriteToDraw::next |
next child to draw (-1 at the end)
Definition at line 140 of file viewport.cpp.
Referenced by AddChildSpriteScreen().
| PaletteID ChildScreenSpriteToDraw::pal |
Definition at line 135 of file viewport.cpp.
| bool ChildScreenSpriteToDraw::relative |
Definition at line 139 of file viewport.cpp.
| const SubSprite* ChildScreenSpriteToDraw::sub |
only draw a rectangular part of the sprite
Definition at line 136 of file viewport.cpp.
Referenced by AddChildSpriteScreen().
| int32_t ChildScreenSpriteToDraw::x |
Definition at line 137 of file viewport.cpp.
| int32_t ChildScreenSpriteToDraw::y |
Definition at line 138 of file viewport.cpp.