|
OpenTTD Source
13.2.1
|
Define a command with the flags which belongs to it. More...
Data Fields | |
| const char * | name |
| A human readable name for the procedure. | |
| CommandFlags | flags |
| The (command) flags to that apply to this command. | |
| CommandType | type |
| The type of command. | |
Define a command with the flags which belongs to it.
This struct connects a command handler function with the flags created with the CMD_AUTO, CMD_OFFLINE and CMD_SERVER values.
Definition at line 78 of file command.cpp.