OpenTTD Source
20241108-master-g80f628063a
|
Information about NewGRF Action 5. More...
Go to the source code of this file.
Data Structures | |
struct | Action5Type |
Information about a single action 5 type. More... | |
Enumerations | |
enum | Action5BlockType { 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. More... | |
Information about NewGRF Action 5.
Definition in file newgrf_act5.h.
enum Action5BlockType |
The type of action 5 type.
Definition at line 14 of file newgrf_act5.h.
std::span<const Action5Type> GetAction5Types | ( | ) |
Get list of all action 5 types.
Definition at line 6389 of file newgrf.cpp.
References _action5_types.