OpenTTD Source 20241224-master-gee860a5c8e
ParsedCommandStruct Struct Reference

Data Fields

std::vector< CmdPairnon_consuming_commands
 
std::array< const CmdStruct *, 32 > consuming_commands { nullptr }
 

Detailed Description

Definition at line 142 of file strgen.h.

Field Documentation

◆ consuming_commands

std::array<const CmdStruct*, 32> ParsedCommandStruct::consuming_commands { nullptr }

Definition at line 144 of file strgen.h.

◆ non_consuming_commands

std::vector<CmdPair> ParsedCommandStruct::non_consuming_commands

Definition at line 143 of file strgen.h.


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