OpenTTD Source 20250428-master-ga5578166bb
|
Information about NewGRF Action 5. More...
#include "gfx_type.h"
Go to the source code of this file.
Data Structures | |
struct | Action5Type |
Information about a single action 5 type. More... | |
Enumerations | |
enum | Action5BlockType : uint8_t { A5BLOCK_FIXED , A5BLOCK_ALLOW_OFFSET , A5BLOCK_INVALID } |
The type of action 5 type. More... | |
Functions | |
std::span< const Action5Type > | GetAction5Types () |
Get list of all action 5 types. | |
Information about NewGRF Action 5.
Definition in file newgrf_act5.h.
enum Action5BlockType : uint8_t |
The type of action 5 type.
Definition at line 16 of file newgrf_act5.h.
std::span< const Action5Type > GetAction5Types | ( | ) |
Get list of all action 5 types.
Definition at line 87 of file newgrf_act5.cpp.
References _action5_types.
Referenced by SpriteAlignerWindow::GetWidgetString().