OpenTTD Source 20241224-master-gf74b0cf984
GrfProcessingState::SpriteSet Struct Reference

Definition of a single Action1 spriteset. More...

Data Fields

SpriteID sprite
 SpriteID of the first sprite of the set.
 
uint num_sprites
 Number of sprites in the set.
 

Detailed Description

Definition of a single Action1 spriteset.

Definition at line 92 of file newgrf.cpp.

Field Documentation

◆ num_sprites

uint GrfProcessingState::SpriteSet::num_sprites

Number of sprites in the set.

Definition at line 94 of file newgrf.cpp.

Referenced by GrfProcessingState::AddSpriteSets().

◆ sprite

SpriteID GrfProcessingState::SpriteSet::sprite

SpriteID of the first sprite of the set.

Definition at line 93 of file newgrf.cpp.

Referenced by GrfProcessingState::AddSpriteSets().


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