OpenTTD Source  20240919-master-gdf0233f4c2
Action5Type Struct Reference

Information about a single action 5 type. More...

#include <newgrf_act5.h>

Data Fields

Action5BlockType block_type
 How is this Action5 type processed?
 
SpriteID sprite_base
 Load the sprites starting from this sprite.
 
uint16_t min_sprites
 If the Action5 contains less sprites, the whole block will be ignored.
 
uint16_t max_sprites
 If the Action5 contains more sprites, only the first max_sprites sprites will be used.
 
const std::string_view name
 Name for error messages.
 

Detailed Description

Information about a single action 5 type.

Definition at line 21 of file newgrf_act5.h.


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